@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
*{
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF5555;
}
table{
    border-collapse: collapse;
    font-size: 1.3dvw;
}
th{
    padding-bottom: 4px;
    padding-top: 4px;
}
table, tr, th, td{
    border: #FF5555 dashed 2px;
}
td, tr{
    padding: 20px;
}
#backbut{
    font-size: 17px;
    justify-self: center;
    display: block;
    margin-top: 20px;
    padding: 0;
    transition: color 0.25s;
}
#backbut:hover{
    color: #16c60c;
}
#outerlink{
    color: #FF5555;
    transition: color 0.25s;
}
#outer:hover{
    color: #ffffff;
}
body{
    position: relative;
    justify-items: center;
    width: 100dvw;
    height: 100dvh;
    margin: 0;
    background-color: black;
    overflow: hidden;
}
h1{
    margin-top: 15px;
    font-size: 3dvw;
}
@media only screen and (max-width: 1400px){
    table{
    border-collapse: collapse;
    font-size: 1.6dvw;
    }
    td, tr{
    padding: 20px;
    }
}
@media only screen and (max-width: 1236px){
    h1{
        font-size: 5dvw;
    }
    table{
    font-size: 2dvw;
    }
}
@media only screen and (max-width: 800px){
    h1{
        font-size: 7dvw;
    }
    table{
    font-size: 2.3dvw;
    }
}
@media only screen and (max-width: 600px){
    h1{
        font-size: 10dvw;
        text-align: center;
        gap: 7px;
        border-bottom: solid 3px;
        padding-bottom: 25px;
        width: 100%;
        margin-bottom: 0px;
    }
    table{
        width: 100%;
        height: 80dvh;
        border-collapse: collapse;
        font-size: 2.9dvw;
        border: #000000 solid; 
    }
    td, tr{
        padding: 10px;
    }
    body{
        overflow: scroll;
    }
}