body,
input,
textarea {
  font-family: 'Terminal', sans-serif;
  font-size: 25px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
  color: #000;
}
.content img:hover {
  transform: scale(2);
}
