body{
    margin: 0;
    padding: 0px;
    font-size: 1rem;
    text-align: center;
    font-family: Cormorant;
    font-weight: 600;
}
header{
    padding: 10px 25px;
    background-color: #7892c2;
    color: aliceblue;
    margin-bottom: 20px;
    font-family: Cormorant;
    font-weight: 200;
}
p{
    font-size: 0.3em;
}

h2{
    font-size: 1rem;
}
main{
    margin-bottom: 30px;
    font-family: Cormorant;
    font-size: 1rem;

}

.instructions-text{
    font-size: 3.5rem;
}

.prepositions-image {
    width: 100%;
    max-width: 800px;
}

.switch-button {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color: antiquewhite;
	font-family:Cormorant;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.switch-button:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.switch-button:active {
	position:relative;
	top:1px;
}

footer{
    background-color:#7892c2 ;
    padding: 15px 30px;
    border-top: 1px;
    color: antiquewhite;
    font-size: 3rem;
}