.warmer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.warmer img 
{
    width: 65%;
    height: auto;
    user-select: none;
    moz-user-select: none;
    webkit-user-select: none;
}