body {
        font-family: Verdana, Aerial;
        text-align: center;
        background-image: url("/images/background.png");
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        background-position: fixed;
}

.header {
        background-color: #5555FF;
        margin-left: -8px;
        margin-right: -8px;
        margin-top: -60px;
        color: white;
        height: 180px;
        font-family: Verdana, Aerial;
        
}

.header a {
        color: white;
}

.header a:visited {
        color: white;
}

.header a:hover {
        transition: 0.8s;
        background-color: yellow;
        color: black;
}

.header table {
        margin-left: auto;
        margin-right: auto; 
        text-align: center;
        color: white;
}

.header table td h2 {
        margin-left: 15px;
        margin-right: auto; 
        text-align: center;
        color: white;
        margin-top: 32px;
        height: 32px
}

.content1 {
        background-color: white;
        margin-right: -8px;
        margin-left: -8px;    
}

.content1 p{
        max-width: 80%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;  
}