
@keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -800px;
    }
}
img{
    width: 400px;
    height: auto;
    display: block;
    margin: auto;
    
}
div{
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}
svg{
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

section{
   margin: auto;
   
    height:  60%;
    width: 100%;
}
section h1{
    text-align: center;
}

body{
    background-color:rgb(237, 251, 235);
    color: rgb(7, 55, 9);
}
header{
    font-size: 75px;
font-family: Georgia, 'Times New Roman', Times, serif;   
color: rgb(7, 55, 9);
text-align: center;
font-weight: bolder;
margin-top: 50px;
margin-bottom: 70px;
background-color: rgb(174, 194, 176);
}
p{
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    
    margin: 50px;
}
h1{
    margin: 30px;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
}
h2{
    margin: 30px;
    margin-bottom: 70px;
        font-weight: bold;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
        color: rgb(149, 155, 161);
        text-align: center;
}
a{
    text-align: center;
    color: rgb(166, 124, 69);
    font-weight: bold;
    font-size: 20px;
    text-decoration-line: none;
    display: block;
    border: 3px solid rgb(130, 94, 72);
    padding: 10px;
}