body,
html {
  height: 100%;
  margin: 0;
  background-color: aquamarine;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.container {
  background-image: url("/images/bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.p_1 {
  font-size: min(46px, 5vw);
  padding-top: 3vw;
}
.p_2 {
  font-size: min(55px, 6vw);
  padding-top: 2vw;
}
.p_3 a {
  font-size: min(37px, 3.5vw);
  text-decoration: none;
  color: white;
}

.p_3 a:hover {
  font-size: min(37px, 3.5vw);
  text-decoration: none;
  color: bisque;
}
