body {
    font-size: 30px;
    color: #000000;
background: #ffffff;
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 220, 1) 23%, rgba(0, 0, 0, 1) 67%);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 220, 1) 23%, rgba(0, 0, 0, 1) 67%);
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 220, 1) 23%, rgba(0, 0, 0, 1) 67%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#000000", GradientType=0);
  }
@font-face {
  src: url(fonts/Gabrea-Loafont.ttf);
font-family: loaf;
}
p{
  font-family: "loaf";
  color:rgb(255, 255, 255);
}

