/* GLOBAL STYLES */

html{
    background-image:url(../images/stainedglass.jpg);
}
        
body{
    border: 2px solid #000;
    width: 80%;
    min-height: 800px;
    margin: auto;
    background-color: #fff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
        
header{
    margin: auto;
    width: 300px;
    text-align: center;
    background-color:antiquewhite;
    -webkit-border-radius: 20px 0px 20px 0px;
    border-radius: 20px 0px 20px 0px;
    border: 2px solid #000;
}

h2{
    margin: auto;
    width: 300px;
    text-align: center;
    background-color:antiquewhite;
    -webkit-border-radius: 20px 0px 20px 0px;
    border-radius: 20px 0px 20px 0px;
    border: 2px solid #000;
}

p{
    text-align: center;
}

.pics{
    margin: 0 auto;
    width: 760px;
}

footer{
    margin:auto;
    width: auto;
    text-align: center;
    background-color:antiquewhite;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #000;
    padding: 10px 0px;
}

