p {
    margin: 0;   
}

#UI {
    width: 100%;
    height: 100vh;
    
    position: relative;   
}

#Pet {
    width: 500px;
    
    position: absolute;
    top: 100px;
    left: calc(50% - 500px / 2);   
}
#Pet-Stats {
    margin: auto;
    
    display: flex;
    justify-content: center;
}
#Pet-Stats h5{
    margin: 10px;
}
#Pet-Icon {
    width: 300px;
    
    margin: 0 auto 10px;
    
    display: block;
}
#Pet-Name {
    text-align: center;   
}

#Buttons {
    width: 100%;
    
    display: flex;
    justify-content: center;
    
    position: absolute;
    bottom: 300px;
}
#Buttons button {
    margin: 0 10px;   
}