@font-face {
  font-family: 'CMD';
  src: url("https://fttdarchive.neocities.org/blog/CMD.ttf");
}

body{ 
  background: repeating-linear-gradient(180deg, rgba(0, 151, 19, 0.5) 0%, rgba(0, 36, 7, 0.5) 100%);
  background-size: 100% 0.6510vw;
  background-repeat: repeat;
}

#page {
  color: white;
  font-family: 'Verdana';
  font-size: 2.9630vw;
}

p {
    display: block;
    margin-top: 0.9766vw;
    margin-bottom: 0.9766vw;
}