body {
    background-image:url("https://files.catbox.moe/qnlduu.jpg");
    background-attachment:fixed;
    background-position:center;
    background-size:cover;
    letter-spacing:1px;
    text-align:justify;
    font-size:13px;
    line-height:20px;
    font-family:Georgia, 'Times New Roman', Times, sans-serif;
    margin:0 auto;
    color:black;
}

#main {
    position:relative;
    width:900px;
    margin:50px auto;
}

.banner {
    width:900px;
    height:300px;
    background-color:white;
    border:5px red double;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    margin-bottom:10px;
}

.logo {
    height:auto;
    width:auto;
    padding:10px;
    background-color:white;
    border:5px red double;
    border-radius:15px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.groupings {
    height:auto;
    width:900px;
    max-height:450px;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
}

.lefthandside {
    height:auto;
    width:775px;
    max-height:450px;
    position:relative;
}

.righthandside {
    height:auto;
    width:75px;
    max-height:450px;
    position:relative;
}

.maincontainer {
    height:450px;
    width:775px;
    padding:10px;
    overflow:auto;
    background-color:white;
    border:5px red double;
    border-radius:15px;
}

.button {
    height:auto;
    width:75px;
    max-width:100%;
    background-color:white;
    padding:10px;
    border:3px outset grey;
    border-radius:15px;
    text-align:center;
    margin-bottom:10px;
    cursor:pointer;
}

.button:hover {
    background-color:darkgrey;
    border:3px inset white;
}

.button:active {
    background-color:grey;
}

.title {
    height:auto;
    width:auto;
    border-bottom:2px dotted black;
}

.bodytext {
    height:auto;
    width:auto;
    padding:10px;
}

a {
    letter-spacing:1px;
    display:inline-block;
    color:darkslategray;
    text-decoration:none;
    transition:letter-spacing 0.1s ease-in;
}

a:hover {
    text-decoration:gold wavy underline;
    letter-spacing:2px;
}

.divider {
    border-bottom:1px solid black;
    height:auto;
    width:auto;
    margin:10px;
}
table, th, td {
    border:1px solid black;
    height:auto;
    width:auto;
    width:100%;
    border-collapse:collapse;
}