/* =====================================================
   Global Reset
   ===================================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000;
}

    /* =====================================================
   Servers Background
   ===================================================== */

    body.servers {
        background-image: url("../images/Servers.png");
    }


/* =====================================================
   Things that are in our current template targetable
   ===================================================== */

#i6fn {
    background-color: #000000;
    color: #b085f3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    padding: 10px;
    text-align: center;
}

#i95sq {
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    min-height: 100px;
    background-color: #000000;
}

#iwm5 {
    font-size: 64px;
}

#im23-2-2,
#im23-2-2-2-3 {
    background-color: #000000;
    color: #007824;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    text-decoration: double double #ffffff 5px;
    text-shadow: 2px 2px 2px #084a0b;
}

#ijeeh-2-2,
#ijeeh-2-2-2-3 {
    display: inline;
    visibility: visible;
}