    /* Font Import */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

    /* Main style */
* { margin:0; padding:0; box-sizing:border-box;}

html { 
    width:100%; 
    height:100%; 
    margin:auto;
    background: url(img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

h1 { text-transform:uppercase; font-size:15px; font-weight:600;}
h2 { font-size:14px; font-weight:400;}
a { text-decoration:none; color:white;}
a:hover { text-decoration:underline;}

    /* Content */

#content {
    margin:auto;
    min-height:10em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

.logo {
    margin-left:auto;
    margin-right:auto;}

.contacts {
    margin-left:auto;
    margin-right:auto;
    font-family:"Raleway";
    text-align:right;
    color:white;}