body
{  
    font-family: Arial, Helvetica, sans-serif;
    background-color: #360518;
    color: #ffffff;
}

h1
{
    font-size: 300%;
}

p
{
    font-size: 120%;
    line-height: 1.75;
}

a
{
    color: #5b7ef0;
    text-decoration: none;
}

div {

    border-radius: 10px;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.right {
    float: right;
}

img.snapshot {
    border-width: 10px;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    margin: 10px 20px 40px 30px;
    transform: rotate(-5deg);
} 

#container {
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

#main {
    background-color: #63062b;
    padding: 30px;
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.1);
}

#priority {
    background-color: #fffa66;
    color: #030303;
    width: 75%;
    margin: auto;
    text-align: center;
    clear: both;
    font-size: 120%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

#priority a {
    color: #030303;
}

#priority a:hover {
    color: #9c0b40;
}


#footer {
    text-align: center;
    font-size: 50%;
    padding: 15px;
}

#footer img {
    margin: 5px;
}