body {
        background: rgb(5,5,5);
        font-size: 14px;
        color: rgb(255,255,255);
        width: 100%;
}

.title {
        width: 100%;
        height: 100px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -100px;
}

#links {
        width: 100%;
        height: 200px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0px;
}

footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
}

a {
        text-decoration: none;
        color: rgb(100,100,100);
        font-weight: bold;
}

a:hover {
        color: rgb(255,10,10);
}

h1 {
        color: rgb(255,10,10);
        font-weight: 900;
        font-size: 56px;
}