body {
  background-color: #faf9f5;
  margin-top: 18vh;
  margin-bottom: 0;
}

h1 {
  font-family: Nunito Sans, Helvetica, sans-serif;
  font-weight: 800;
  color: #222222;
  text-align: center;
  margin: auto;
}

header {
  position: fixed;
  background-color: #f0eee8;
  top: 0;
  padding: 20px;
  width: 100%;
  text-align: center;
  z-index: 10000;
  box-sizing: border-box;
  box-shadow: 0 4px 6px #dcdad2;
  border-bottom: 2px solid #dcdad2;
  font-size: 12px;
}

.Solo-title {
  background: linear-gradient(to top, #3b3166, #9de4fd, #645783);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Merriweather sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin-top: 0;
}

.Lovers-title {
  background: linear-gradient(to top, #cf4989 30%, #89abe6, #7161dc 70%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Merriweather sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  width: fit-content;
}

.valo-title {
  background: linear-gradient(to top, #f74150, #a0bfd9, #101823);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Merriweather sans-serif;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  width: fit-content;
}

.container-title {
  text-align: center;
}

.title {
  font-family: Nunito Sans, Helvetica, sans-serif;
  font-weight: 900;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
}

fieldset {
  margin: 0 auto;
  font-family: Nunito Sans, sans-serif;
  font-weight: 450;
  font-size: 15px;
  text-align: left;
  padding: 0.5rem 0.4rem 0.1rem 0.4rem;
  width: 27%;
  background-color: #242424;
  border-radius: 15px;
  border: none;
  transition: 0.3s ease-out;
}

fieldset:hover {
  box-shadow: #1a1a1a;
  transform: scale(1.04);
}

@media (max-width: 1086px) {
  fieldset {
    width: 100%;
  }
}

.text {
  color: white;
}

.center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
}

.center-wrapper img {
  width: 100%;
  max-width: clamp(150px, 50%, 300px);
  max-height: 70vh;
  height: auto;
  border-radius: 10px;
  transition: 0.3s ease;
}
@media (max-height: 218px) {
  .center-wrapper img {
    max-width: 20vw;
  }
  fieldset {
    height: 100%;
  }
  body {
    margin-top: 0;
  }
  header {
    position: relative;
    margin-top: 0;
    top: 0;
  }
}
@media (max-height: 500px) and (min-height: 219px) {
  .center-wrapper img {
    max-width: 30vw;
  }
}

@media (max-width: 800px) {
  .center-wrapper {
    max-width: 100vw;
  }
  .center-wrapper img:hover {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
    transform: scale(1);
  }
  fieldset:hover {
    box-shadow: #1a1a1a;
    transform: scale(1.02);
  }
}

.center-wrapper img:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
  transform: scale(1.05);
}

.link-text {
  color: #222222;
  text-align: center;
  font-family: Nunito Sans, sans-serif;
  text-decoration: none;
}
.link {
  text-decoration: none;
  color: #222222;
}
.container1 {
  border: 1px solid transparent;
  margin-top: 30px;
}
.container2 {
  border: 1px solid transparent;
  margin-top: 30px;
}
.container3 {
  border: 1px solid transparent;
  margin-top: 30px;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Nunito Sans, sans-serif;
  color: #222222;
  margin-bottom: 0;
}
