body{
  font-family: "hydrophilia-iced", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background-color: black;
  color: aliceblue;
}

 p{
  color:rgb(255, 255, 255);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  
}

h2 {
  color:rgb(255, 255, 255);
  font-weight: 400;
  font-style: normal;
  width: auto;
  height: 100%;
  margin: 0;
  line-height: 50px;
  
}
