font-face {
  font-family: 'VT323';
  src: url(https://fonts.googleapis.com/css2?family=VT323&display=swap);
  color: white;
}
body {
  font-family: 'VT323';
  color: white;
}
a:link {
  color: #64f088;
}
a:visited {
  color: #64f088;
}
p {
  line-height: 1.5;
}
button {
  background-color: #64f088;
  border: none;
  color: #008141;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
body {
  background-color: #008141;
}
#green {
  color: #008141;
}