@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&display=swap");
#welcome-image {
  width: 75vw;
  height: 80vh;
  background-color: #E1EFF6;
}

#intro-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#intro-container {
  position: relative;
  text-align: center;
  color: white;
  font-size: 3.5vw;
}

#intro-container p.intro {
  font-size: 80px;
  font-weight: 600;
}

.special-text {
  color: #F8C8C6;
}

#bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Footer CSS*/
footer {
  text-align: center;
  border: 3px green;
}

.double-buttons .btn {
  width: 15rem;
  height: 4rem;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 0.6rem #656873, -0.2rem -0.2rem 0.5rem gray;
  justify-self: center;
  display: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  vertical-align: middle;
  grid-column: 1/2;
  grid-row: 4/5;
  background: #6d5dfc;
  box-shadow: inset 0.2rem 0.2rem 1rem #8abdff, inset -0.2rem -0.2rem 1rem #5b0eeb, 0.3rem 0.3rem 0.6rem #656873, -0.2rem -0.2rem 0.5rem gray;
  color: #E4EBF5;
}
.double-buttons .btn:hover {
  color: white;
}
.double-buttons .btn:active {
  box-shadow: inset 0.2rem 0.2rem 1rem #5b0eeb, inset -0.2rem -0.2rem 1rem #8abdff;
}
.double-buttons .btn p {
  font-size: 1.2rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: center;
}

/*# sourceMappingURL=home.css.map */
