body{
 background-image: url('https://squids.pink/MyPhotos/Swamp.jpg');
 background-size: cover;
 color: white;
 font-family: "Spectral", "MonteCarlo", serif;
 font-weight: 400;
 font-style: normal;
}

.church{
 position: absolute;
 top: 350px;
 left: 500px;
}

.enter{
 position: absolute;
 top: 720px;
 left: 950px;
}

h1{
 text-align: center;
 font-size: 30px;
 font-family: "MonteCarlo";
}
h2{
 text-align: center;
 font-size: 28px;
 font-family: "MonteCarlo";
}

p{
 text-align: left;
 font-size: 16px;
 font-family: "Spectral";
}

a{
 font-size: 18px;
 font-family: "Spectral";
 color: white;
 text-decoration: none; 
 text-align: center;
}

a:hover{
 font-size: 20px;
 font-family: "Spectral";
 color: #5E7559;
 text-decoration: none;
 font-style: italic;
}

footer{
 position: absolute;
 top: 715px;
 left: 700px;
 width: 450px;
 height: 10px;
 color: white;
 font-size: 14px;
 text-align: center;
}

.box{
 position: absolute;
 top: 100px;
 left: 700px;
 width: 450px;
 height: 610px;
 background-color: rgb(66, 52, 52, 0.5);
 border-radius: 12px;
 text-align: center;
 line-height: 1.5em;
 overflow: auto;
}