body {
    font-size: 30px;
    color: #000000;
background: #3799a2;
  }
@font-face {
  src: url(fonts/Gabrea-Loafont.ttf);
font-family: loaf;
}
p{
  font-family: "loaf";
  color:rgb(255, 255, 255);
}
h1{
  font-family: "loaf";
  color:white;
  -webkit-text-stroke: 1px black;
  text-shadow: 3px 6px 5px #000000;
}
a {
    text-decoration: none;
}

