@charset "UTF-8";


/* Main CSS */

body {
    background-color: #1C2127;
    font-family: Arial;
    margin: 8px;
}

body a {
    text-decoration: none;
}

.main {
    width: 100%;
    height: 100%;
}

.main>.content {
    font-size: 9em;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.main>.content>img {
    width: 50%;
}

.main>.sorry {
    font-size: 2em;
    font-weight: normal;
    color: #fff;
    text-align: center;
}



