@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  padding: 10%;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: black;
  background: #FFDEDE url('pinkglassesbg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.center {
  text-align: center;
  color: black;
}
h1{
  font-weight: 400;
}
h2,h3 {
  font-weight: 300;
}
h2 {
  text-transform: uppercase;
}
h4 {
  font-weight: 200;
}
a {
  color: black;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.logo {
  width: 50vw;
  max-width: 300px;
}
