*, 
*:before, 
*:after{
    box-sizing: border-box;
}
html{
    font-size: 16px;
    overflow: hidden;
    

}
body{
    margin: 0;
    padding:0;
    background-color: rgb(0, 0, 0);
    text-align: center;
}



header img {
    margin: 0 auto;
    width: 60rem;
}


#pet{
    text-align: center;
    justify-content: center;
    
}





#pet img {
    
    width: 7rem;
    margin-bottom: -10rem;
    z-index: 1;


}

#pet-container {
    position: relative;
    display: inline-block;
    text-align: center;
}

#characterGroup {
    width: 75rem;
    display: block;
    margin: 0 auto;
    border: 7px solid #b2c135;
}


.pet-btn {
    position: absolute;
    width: 5rem;
    cursor: pointer;
}

#neutral { top: 10%; left: 27%; }
#happy { top: 10%; left: 63%; }
#sad { top: 30%; left: 70%; }
#angry { top: 30%; left: 20%; }
#sick { top: 55%; left: 65%; }
#dead { top: 55%; left: 25%; }





