body {
    font-family: Arial, Helvetica, sans-serif;
    background: white url('../img/wallpaper006.jpg') no-repeat fixed;
}

body > h1 {
    
    text-align: center;
    font-size: 3em;
    color: rgb(1, 24, 102);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.507);            
}

body > h2 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    color: rgb(1, 24, 102);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    padding: 10px;
}

body > p {
    text-align: center;
}

iframe {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

div {
    text-align: center;
}

div.row {
    margin: 40px;
}

div.button {
    background-color: rgb(49, 49, 49);
    width: 100px;
    padding: 3px;    
    margin: auto;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

div.button > a {
    color: white;
    font-size: 14pt;
    text-decoration: none;
}

div.button:hover {
    background-color: rgba(49, 49, 49, 0.801);
    color: white;
    text-decoration: none;
}

footer p {
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
    text-align: center;
    background-color: rgba(95, 95, 95, 0.226);
    padding: 5px;    
}