* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1200px;
  margin: 40px auto;
}

nav {
  display: flex;
  align-items: center;
}

[alt="brand-logo"] {
  height: 40px;
  margin-right: 20px;
}

nav li {
  display: inline-block;
  text-decoration: none;
  margin: 20px;
  color: #758283;
}

nav li:nth-child(1) {
  color: #242b2e;
  font-weight: 500;
}

nav .button-group {
  margin-left: auto;
}

.nav-button {
  padding: 15px 25px;
  border: none;
  border-radius: 10px;
  background-color: #5955b3;
  color: #fff;
  font-weight: 500;
}

[alt="illustration"] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  height: 85vh;
}

.banner-container div:nth-child(1) {
  max-width: 400px;
  margin-top: 100px;
}

.heading-text {
  font-size: 3em;
  line-height: 1.2em;
  color: #3c3060;
}

.heading-text > span {
  color: #5955b3;
}

.description {
    color: #758283;
    margin: 30px 0;
}

.banner-container .btn {
    font-size: 1.2em;
}


