background {
     background: url (../images/maintenance.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover; 
}

body {
    padding-top: 10em;
    text-align: center;
}

@font-face { 
    font-family: 'maintenance';
    src: url('../maintenance.woff') format('truetype');
    src: url('../maintenance.woff2') format('truetype');
}


h1 {
    text-shadow: 5px 11px 12px #302a2c;
    font-family: maintenance, arial, sans-serif;
    color: white;
    font-size: 4.5em
}
#one { 
    text-shadow: 5px 7px 7px #302a2c;
    font-family: maintenance, arial, sans-serif;
    color: white;
    font-size: 2.5em
}

#two { 
    text-shadow: 5px 7px 7px #302a2c;
    font-family: sans-serif, arial;
    color: white;
    font-size: 1.5em
}

logo {
    max-width: 100%;
    height: auto;
}

a {
    color: white;
    font-family: sans-serif, arial;
    color: white;
    font-size: 0.1em
    cursor: pointer;
    text-decoration: none;
}