@font-face {
font-family: "gramatika";
src:url('GramatikaRegular1.otf');
}
h1 {
line-height: 17.6px;
}
p {
line-height: 17.6px;
}
body {
color: white;
font-family: "gramatika";
font-size: 16px;
font-weight: 700;
line-height: 17.6px;
background-color: black;
background-image: url(imgs/seedlingtop.gif);
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover;
margin-left: 2%;
margin-top: 2%;
}