body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-image: url("../images/bluecyberbackground.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.trin {
  display: none;
  width: 90%;
  max-width: 480px;
  margin: 25vh auto 10vh auto;
  padding: 2rem 1.5rem;
  text-align: center;
  line-height: 1.6;
}
.trin h2, .trin p, .trin ul li, .trin strong {
  color: white;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}
.trin h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #e1e0d9;
}
.trin p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.trin ul {
  padding-left: 1.2rem;
  text-align: left;
  margin: 1rem auto;
  max-width: 40ch;
}
.trin ul li {
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
}
.trin button {
  background-color: #1d6273;
  padding: 0.8rem 1.5rem;
  color: white;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
  font-size: 1rem;
  margin-top: 1rem;
  cursor: pointer;
  border: none;
}
.trin button:hover {
  opacity: 0.9;
  transform: scale(1.03);
}

#userChoices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 20vh auto 0 auto;
  padding: 2rem 1.5rem;
  max-width: 500px;
  width: 90%;
  box-sizing: border-box;
}
#userChoices .highlight {
  max-width: 38ch;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-bottom: 2rem;
}
#userChoices ul#choicesList {
  margin-top: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#userChoices .choice-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0.6rem 0.9rem;
  margin: 0.4rem auto;
  border-radius: 8px;
  font-size: 0.9rem;
  color: white;
  text-align: left;
  max-width: 34ch;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.05);
}
#userChoices button {
  margin-top: -1rem;
}

@media (max-width: 600px) {
  .trin {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 1rem;
  }
  h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */