@font-face {
    font-family: 'Orange Kid';
    src: url('/Orange Kid.otf') format('opentype');
}
            
body { background-color: rgb(16, 15, 15); 
    padding: 1em;
    padding-bottom: 0.5em;
    font-family:'Orange Kid', sans-serif;
}

h1 { color: rgb(106, 195, 122);
    text-align: center;
    font-size: 300%;
        }

h2 {
    color:antiquewhite;
    text-align: center;
}

dl {
    font-family:'Orange Kid', sans-serif;
}

a:link {
    color:rgb(47, 94, 95);
    text-decoration: none;
}

a:visited {
    color:blueviolet;
    text-decoration: none;
}

a:hover {
    color: rgb(79, 237, 195);
    text-decoration:underline;
}