html {
    background: url("/static/images/dashboard_bg.png") repeat;
    background-size: 104%;
    font-family: "Tinos", serif;
}

body {
    margin: 0;
}

#heading {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 400%;
    color: #5fa874;
    text-shadow: 0.5px 0.5px 5px;
}

#servers {
    display: flex;
    justify-content: space-around;
    align-content: center;
}


a {
    background-image: url(/static/images/mccm.png);
    background-repeat: no-repeat;
    background-size: 130%;
    background-position: top;
    background-color: rgb(63, 63, 63);
    
    width: 20%;
    text-decoration: none;
    border: 2px black solid;
}

a p {
    font-size: 200%;
    color: #9fff22;
    text-shadow: 0.5px 0.5px 5px;

    text-align: right;
    margin-top: 3%;
    margin-right: 3%;
}

a h1, a h2 {
    color: beige;
    text-shadow: 0.5px 0.5px 5px;
    text-align: left;
    margin-left: 5%;
}

a h1 {
    margin-top: 120%;
}