body {
    font-family: 'Bebas-Neue-Regular';
    src:url('Bebas-Neue-Regular.ttf.woff') format('woff'),
        url('Bebas-Neue-Regular.ttf.svg#Bebas-Neue-Light') format('svg'),
        url('Bebas-Neue-Regular.ttf.eot'),
        url('Bebas-Neue-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
    
}

header {
    margin-right: 14%;
    margin-top: 5%;
}


footer {
    position: fixed;
    right: -22%;
    bottom: 0px;
    height: 100px;
    width: 30%;
}



content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 50px;
    padding: 15px;
    margin-left: -100px;
    margin-top: -25px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    color: #221f1f;
    
}

h1 {
    font-family: "Bebas-Neue-Regular";  
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 1px;
}

h3 {
    font-family: "Bebas-Neue-Regular"; 
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -13px; 
    padding-top: 0px;
}

h4 {
    font-family: "Bebas-Neue-Regular"; 
    font-weight: 300;
    font-size: 9.5px;
    letter-spacing: 1px;
    margin-top: -36px; 
    padding-top: 0px;
}

a.logo {
    position: absolute;
    margin-left: 14%;
    margin-top: -6px;
}
    
a {
    font-size: 15px;
    font-weight: 100;
    color: #221f1f;
    letter-spacing: 5px;
    text-decoration: none;
    float: right;
    
}