* {
    box-sizing: border-box;
    font-family: 'Mountains of Christmas', cursive;
}

body {
    color: #BD9A7A;
    text-align: center;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('https://th.bing.com/th/id/R.d1a78d8906a821180239255c9fc9309f?rik=JxknTHxi1nXFnw&riu=http%3a%2f%2f33.media.tumblr.com%2f5320b5b2328e47c1dc6c4d95a65c7370%2ftumblr_n6t4bk2usP1snc5kxo2_r1_500.gif&ehk=Z%2fOGSPTOOwc4uAbKTkJDCDFHwPnhtK3xvxOG3aRhVhs%3d&risl=&pid=ImgRaw&r=0');
    background-size: cover;
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol360.ani), url(https://cur.cursors-4u.net/holidays/hol-4/hol360.png), auto !important;
} 

h1 {
    margin-top: -10px;
}

h2 {
    margin-top: -18px;
    font-size: 2.5vmin;
    color: #8B4513;
}

h3 {
    margin-top: -26px;
    color: #8B4513;
}


button {
    background-color: #FFEBCD;
    border-radius: 30%;
    margin: 2px;
    padding: 20px;
    cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol360.ani), url(https://cur.cursors-4u.net/holidays/hol-4/hol360.png), auto !important;
}

#gingy {
    width: 275px;
    height: 375px;
    margin-top: -48px;
}

#guess { 
    color: #BD9A7A;
    font-size: 3vmin;
    letter-spacing: 1vmin;
    margin-top: -40px;
}

#letter {
    background-color: #BD9A7A;;
    border-color: pink;
    border-style: dotted;
}

#replay {
    margin-top: 1.5px;
}

#replay:hover {
    background-color: #FFEBCD;
    color: #F08080;
}

@media only screen and (max-width: 480px) { 
    h1 {
        font-size: 4vmin;
    }

    h2 {
        margin-top: 5px;
        font-size: 2vmin;
    }
    
    h3 {
        font-size: 2.5vmin;
        margin-top: -5px;
    }
    
    button {
        background-color: #FFEBCD;
        border-radius: 30%;
        margin: 1px;
        padding: 17.5px;
    }
    
    #gingy {
        width: 275;
        height: 375;
        margin-top: -23px;
    }
    
    #guess { 
        margin-top: -30px;
    }
    
    #replay {
        margin-top: 7.5px;
    }
}