
body { 
    font-family: 'Cedarville Cursive', cursive, 'Open Sans Condensed', sans-serif;
	background-color:#E4DAD1;
    /*background-attachment: fixed;*/
}
    
h1 {
    font-size:80px;
    text-align:center;
    color: black;
    text-shadow: 2px 2px white;

}
 
h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    text-align:center;
    color: black;
    width:800px;
    /*border-style:solid;
    border-color:red;
    border-radius: 25px;*/
    padding: 30px 30px;

}


.BeginButton {
    font-family: 'Cedarville Cursive', cursive;
    font-size:40px;
    background-color:transparent; 
    color: red;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display:block;
    border:white;
    border-radius: 12px;
    position:relative;
    transition: .5s ease;
    margin-top: -30px;
    cursor: pointer;
  
}

.BeginButton:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.gif {
    margin-top: -60px;
    margin-bottom: -20px;
}





