body {
  margin: 0;
}

.header {
  margin-left: 28px;
  margin-right: 23px;
  border-bottom: 1px solid #f7f8fa;
  display: flex;
  padding: 8px 0;
}

.header-selection {
  display: flex;
}

.header-tools {
  margin-left: auto;
}

.header-tools img {
  width: 32px;
  height: 32px;
}

.btn:focus {
  outline: none;
  box-shadow: none !important;
}

.dropdown-menu[data-bs-popper] {
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.dropdown-item,
.side-dropdown {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #2f323f;
  padding: 12px 24px;
}

.dropdown-item:hover,
.side-dropdown:hover {
  background-color: #f3f3f3;
  color: #131418;
}

.header-text {
  font-weight: 700;
}

.bg-container {
  background-image: url("../images/bg-landing-page.png");
}

.container {
  margin: 0 auto;
  max-width: 1110px;
  padding-top: 54px;
  font-family: "Inter";
}

.title {
  text-align: center;
}

.title-header {
  padding-top: 56px;
  padding-bottom: 24px;
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  background: linear-gradient(
    117.63deg,
    #0050ff 0.32%,
    #9000ff 81.21%,
    #b61cd4 96.62%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 182px 48px;
  color: #2f323f;
  display: block;
}

.selection {
  margin-top: 40px;
  display: flex;
}

.prompt-engineering,
.maya-studio {
  background: linear-gradient(
    198.29deg,
    #f7f9ff 2.63%,
    #fbfdff 34.56%,
    #f8fcfd 87.61%
  );
  float: left;
  width: 50%;
  margin-top: 28px;
  margin-bottom: 76px;
}

.prompt-engineering {
  margin-right: 40px;
  margin-left: 95px;
  background-image: url("../images/prompt-engineering.png");
}

.maya-studio {
  margin-right: 95px;
  background-image: url("../images/maya-studio.png");
}

.prompt-engineering-heading,
.maya-studio-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  color: #2f323f;
}

.prompt-engineering-description,
.maya-studio-description {
  color: #555b70;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.prompt-engineering-content,
.maya-studio-content {
  padding: 280px 40px 40px 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

a {
  text-decoration: none;
}
