body{
    background-color: #131313;
    color: #bbbbbb;
    margin: 0px;
    font-family: Ubuntu, Segoe UI Variable, Microsoft JhengHei, Dejavu Sans;
    background-attachment: fixed;
    line-height: 150%;
    font-size: 110%;
}

.page-sides{
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
    padding-right: 20%;
    border-radius: 20px;
}

.inner-page-sides{
    background-color: #000000;
    border-color: #222222;
    border-style: solid;
    border-radius: 15px;
    padding: 4%;
    margin-top: 2%;
    margin-bottom: 6%;
    box-shadow: 0px 0px 20px 10px rgb(219, 143, 0);
}

h1{
    color: #ffbb00;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

h2{
    color: #fcc42a;
    line-height: normal;
    padding-top: 20px;
}

h3{
    color: #e2bd56;
    line-height: normal;
    padding-top: 20px;
}

h4{
    color: #c5b27c;
    line-height: normal;
        padding-top: 20px;
}

.center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dynmap-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    margin: 15px 10%;
    padding: 5px 15px;
    border-style: solid;
    color: orange;
    text-decoration: none;
    border-radius: 10px;
    transition: .3s ease-out;
}

.dynmap-buttons:hover {
    border-style: solid;
    color: black;
    background-color: orange;
}

.not-available-yet {
    color: gray;
}

.not-available-yet:hover {
    color: black;
    cursor: not-allowed;
    background-color: gray;
}



@media screen and (max-width: 1000px) {
    .page-sides{
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
        padding-right: 2%;
        border-radius: 0;
    }

    .inner-page-sides{
        background-color: #000000;
        border-color: #222222;
        border-style: solid;
        border-radius: 10px;
        padding: 4%;
        margin-top: 2%;
        margin-bottom: 6%;
        box-shadow: none;
    }

    footer a {
        display: block;
        color: #bbbbbb;
        text-align: center;
        padding: 8px 0px;
        text-decoration: none;
    }
}

@media screen and (max-width: 500px) {
    .hide-if-under-500 {
        display: none;
    }
}