@font-face{font-family:myfont;src:url(/fonts/RETROACTIVE.ttf)format("truetype")}@font-face{font-family:headingfont;src:url(/fonts/AMORIA.otf)format("opentype")}body{font-family:myfont,sans-serif}h1,h2,h3,h4,h5,h6{font-family:headingfont,sans-serif;text-decoration:underline;color:#56ff90}nav{font-family:headingfont,sans-serif;color:#56ff90}nav a{transition:text-decoration .3s ease}nav a:hover{text-decoration:underline;color:#3ca561}input,textarea{font-family:myfont,sans-serif;color:#56ff90;background-color:#1a1a1a;border:2px solid #56ff90;padding:10px;border-radius:5px}input:focus,textarea:focus{box-shadow:none;outline:none;background-color:#1a1a1a;border:2px solid #56ff90}section div{color:#56ff90}@media screen and (max-width:768px){body{font-size:14px}h1,h2,h3,h4,h5,h6{font-size:1.5em}nav a{font-size:14px}input,textarea{font-size:14px}section div{font-size:14px}}