body .content{
    text-align: center;
}

.content {
    margin-top: 10vh;
}

h1 {
    color: #4a90e2;
}

.email {
    background-color: #e7f4ff;
    border: 1px solid #b6dfff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}