@font-face {
    font-family: "SCE-PS3";
    
    src: url("resources/SCE-PS3-RD-R-LATIN.TTF");
}
@font-face {
    font-family: "monospace1";
    
    src: url("assets/COUR.TTF");
}

a{
    color: rgb(233, 149, 24);
}
a:active{
    color:rgb(151, 100, 23);
}

body{
    background-color: rgb(31, 26, 29);
    color:#ffffff;
    
    font-family: monospace;
    margin-left: 25px;
    margin-top:30px;
}

#title{
    padding-bottom: 10px;
    font-size: 30px;
    font-family: SCE-PS3;
    
}

footer a{
    color:rgb(123, 181, 235);
}

code{
    font-weight: bold;
    background-color: rgb(83, 69, 69);
    border: 1px solid rgb(83, 69, 69);
    border-radius: 5px;
}

li {
    list-style: none;
}

li:nth-child(2){
    order:-1;
}

.hide{
    display:none;
}

li:hover .hide{
    display:inline;
}
