body {
font-family: sans-serif;
background-color: #ADD8E6; 
color: #000080; 
margin: 0;
padding: 20px;
text-align: center;
}

h2, div {
    text-align: center;
    }
div div {
    display: inline-block;
    }

a {
text-decoration: none;
color: #198283;
font-weight: bold;
font-size: larger;
}

a:hover {
color: #4682B4; 
}
