body {
    background-color: #1e2633;
}

#cheebs {
    height: 100%;
    width: 100%; /* Add if necessary */
    position: absolute;
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}

#cheebo_picture {

    width: 320px;
    height: 320px;
}