body {
    background-color:#FFF1BD;
}

h1 {
    font-family: Georgia, sans-serif;
}

h2 {
    font-size: 2em;
    text-align: center;
}

h3 {
    font-size: 1.20em;
}

p{ 
    font-family: Arial, sans-serif;
    font-size: 1.24em;
}

a:hover {
    color:#FF605E;
}

.image {
    background-image: url(../stainglassbackground.jpg);
    background-size: cover;
    height: 1000px;
    width: 1000px;
    display: block;
    margin: 0 auto;
    background-position: center;
}

