body{
    margin:0;
    font-family: "Open Sans", sans-serif;
    font-size:1em;
    text-align: center;
    margin-top:10em;
}

.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;        
    background: #6f0366;
    padding: 10px 0;
    color: #fff;
}

.fixed-header{
    top: 0;
}
.fixed-footer{    
    font-size:0.7em;
    text-align: left;
    bottom: 0;
}

.container{
    margin: 0 10px;
}

.right{
    float:right;
}

img{
    width:50%;
    max-width: 300px;
}

a, a:visited, a:hover, a:active{
    color:#fff;
}
a.dark, a.dark:visited, a.dark:hover, a.dark:active{
    color:#6f0366;
}