
body
{
    background-color:#000000;
    font-family: 'Rokkitt', sans-serif;
}

header img
{
    display:block;
    margin: 20px auto 50px auto;
    width:200px; 
    height: auto;
}

main img
{
    width: 20%;
    display:block;
    margin: 50px auto 50px auto;
}

main p
{
    text-align: center;
    color: rgb(255,175,0);
    margin: 50px auto 50px auto;
} 

main a
{
    background-color: #333333;
    color: rgb(255,175,0);
    display: block; 
    width: 5%; 
    text-align: center;
    margin: 0px auto 0px auto;
    max-width: 150px; 
    min-width: 75px; 
    padding: 10px 10px 10px 10px; 
    border-radius: 6px; 
    text-decoration: none;
}

main a:hover
{
    background-color: #555555;
}

footer p
{
    text-align: center;
    color: rgb(255,175,0);
    margin: 50px auto 50px auto;
} 

footer div
{
    text-align: center;
    display: block;
    margin: 100px auto 20px auto;
    width: 200px;
}

footer img
{
    height: 24px;
    width: auto;
    padding: 0px 6px 0px 6px 
}
