body {
    background: url('/img/AgoraBackground.jpg') no-repeat center fixed;
    background-size: cover;    
}
#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-width: 250px;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#twitter {
    color: white;
    background: #3BB7E8;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    top: 20%;
    left: 60%  
}
#e-mail {
    color: #3BB7E8;
    background-color: white;
    text-decoration: none;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    top: 35%;
    left: 50% 
}
.links{
    font-size: 22px;
    font-weight: bold;
    font-family: "Andale Mono", monospace;
}