body{
    background-color: rgb(230, 224, 173);
}
.horse{
    padding: 20px;
    margin-top: -500px;
    display: block;
    position: absolute;
    left: 650px;
}
#cowButton, #horseButton, #pigButton, #roosterButton, #goatButton{
    background-color: #cbba5b; /* Green */
    border: none;
    color: white;
    font-family: 'Tomarik';
    font-style: normal;
    font-weight: 700;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    display: block;
    width: 100px;
    cursor: pointer;
    display: block;
    margin-left: 57%;
    
}
#cowButton:hover, #horseButton:hover, #pigButton:hover, #roosterButton:hover, #goatButton:hover{
    background-color: #685a08; /* Green */
    cursor: pointer;

}
.button{
    margin-top: -80px;
}

.img{
    position: fixed;
    bottom: 100px;
    left: 100px;
    width: 100px;
    height: auto;
}

#image {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    
}

#tryAgain {
    display: none;
    position: fixed;
    top: 10px;
    left: 10px;
    
}

#arrow{
    width: 60px;
    height:auto;
    position: fixed;
    bottom: 100px;
    right: 100px;
    }
    #arrow:hover{
        width: 80px;
    height:auto;
    }
    #backarrow{
        width: 60px;
        height:auto;
        position: fixed;
        bottom: 100px;
        left: 100px;
        transform: rotate(180deg);
        }
        #backarrow:hover{
            width: 80px;
            height:auto;
        }
        @media only screen and (max-width: 1000px) {
            img {
                position: fixed;
                bottom: 40%;
                width: 500px;
                height: auto;
                }
            #arrow{
                width: 60px;
                height:auto;
                position: fixed;
                bottom: 100px;
                right: 100px;
            }
            #arrow:hover{
                width: 80px;
                height:auto;
            }
            .horse{
                padding: 20px;
                margin-top: -500px;
                display: block;
                margin-left: -200px;
                width: 400px;
            }
            .button{
                margin-top: 420px;
                margin-left: 100px;
            }
        }






