
body, html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    vertical-align: baseline;
}


/* General */

    html {
        box-sizing: border-box;
    }
    
    body {
        background: #000000be;
        overflow: hidden;
    }

    .background {
        background-image: url('img/background.svg');
        height: 100%;
        width: 100%;
        background-position: left t;
        background-repeat: repeat-x;
        background-size: cover;
        position: fixed;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    h1 {
        margin: 0;
        margin-top: 10%;
        font-size: 4em;
        color: rgba(182, 192, 194, 0.4);
        text-shadow: 0px 0px 4px rgba(182, 192, 194, 0.3);
    }
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        color: rgb(119, 119, 119);
        padding: 0px 0;
        text-align: center;
        font-size: 0.8em;
    }
