body{
    background-color: #f5f5dc;
	font-family: 'Comic Relief';
}
.main{
    margin: 0 auto;
    background-color: #9e9276;
	/*opacity: 0.6;*/
    text-align: center;
    padding: 3rem;
	border-radius: 14px;
}

h1{
    font-family: 'Comic Relief';
    color: #fff;
    font-size: 3rem;
}
h2{
    font-family: 'Comic Relief';
    color: #fff;
    font-size: 2rem;
}
button{
	font-family: 'Comic Relief';
    padding: 1rem 2rem;
    color: #714f32;
    border:#fff;
    background-color: #fff;
	border-radius: 8px;
}
p{
	font-family: 'Comic Relief';
    color: #fff;
    font-size: 1.6rem
}
