* { 
    padding: 0; 
    margin: 0;
    font-family: Calibri,  sans-serif;
    font-size: 22px;
}
body {
    background: url('img/background.png') top right;
    background-repeat: no-repeat;
    background-color: rgb(56,76,84);
} 
p {
    margin: 40px auto;
    text-align: center;
    color: rgb(37,170,225);
    line-height: 21px;
    vertical-align: middle;
}
a:link {
    color: rgb(255,255,255);
    text-decoration: none;
}
a:visited {
    color: rgb(255,255,255);
    text-decoration: none;
}
a:hover {
    color: rgb(255,255,255);
    text-decoration: underline;
}
a:focus {
    color: rgb(255,255,255);
    text-decoration: underline;
}
a:active {
    color: rgb(255,255,255);
    text-decoration: underline;
}
#content {
    margin: 50px auto;
    background: url('img/img.png') top right;
    background-repeat: no-repeat;
    width: 1180px;
    height: 789px; 
}
#logo {
    display: block;
    margin: auto;
    padding-top: 320px;
    padding-bottom: 80px;
}
#mail {
    vertical-align: middle;
    padding: 0 10px 0 10px;
}