/*
 * Theme Name: My own theme
 */
#webHeader {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.title {
    font-size: 10vh;
    transition: all 0.5s;
}
.title:hover {
    color: white;
}
.spacer {
    height: 10px;
    background-color: white; 
}