body{
    background-color:rgb(30,40, 40);
    font-family: 'mainfont';
    color: rgb(179, 252, 70);
}
@font-face{
    font-family: 'mainfont';
    src: url('/font/OCRAEXT.TTF');
}
img{
    width: 15%;
}
a{
    text-decoration: none;
    color: rgb(67, 196, 28);
}
a:visited{
    background: rgb(179, 252, 70);
}
a:hover{
    color: rgb(0, 255, 0);
}
li{
    font-size: 150%;
    list-style-type: none;
}
