    @font-face{
     font-family:'Dayrom';
     src: url('/style/fonts/DAYROM.ttf');
    }
    
    @font-face{
     font-family:'Chomsky';
     src: url('/style/fonts/Chomsky.otf');
    }
    

body {
        font-family: Dayrom;
        text-align: left;
        position: absolute;
}

h1, h2, h3, h4, h5 {
        font-family: Chomsky;
        font-size: 150%;
}

hr {
        border: 1px solid rgb(10,10,10); 
}

#content iframe {
        display: block;
}

#menu {
        padding-bottom: 1%;
        font-size: 125%;
}

#menu img {
        width: 100%;
}

#menulinks {
        padding: 0.5%;
        color: rgb(30,30,30);
        font-family: Chomsky;
        text-decoration: none;
        font-size: 200%;
}

#menulinks a {
        color: rgb(30,30,30);
        font-family: Chomsky;
        text-decoration: none;
}

#menulinks a:hover {
        color: rgb(90, 90, 90);
        text-decoration: underline;
        font-weight: bold;
        animation: big 0.3s forwards;
}

subtext {
        font-size: 12px;
        font-style: italic;
}

ul, ol {
        list-style-position: inside;
}
}