/* comment like this*/

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-width: 1px;
    border-style: dashed;
    border-color: transparent;
    border-radius: 10px;
}


.lowercase{
    text-transform:lowercase;
}

.uppercase{
    text-transform: uppercase;
}

.right{
    float: right;
}

img.snapshot{
    border-width: 10px;
    border-color: white;
    border-style: solid;
    box-shadow: 15px; 15px; 15px; rgba(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 10px 15px rgba(0,0,0,0.1 );

}

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

#priority a{
    color: #030300;
}

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

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

#footer img{
    margin: 5px;
}
