.mothergameholder {
background-color: #fff;
}

#catch-the-cat {
width:100%;
height:100%;
position:relative;
text-align: center;
}
canvas{
max-height: 100%;
max-width: 100%;
aspect-ratio: 57 / 50;
height: auto !important;
width: auto !important;
position: relative;
top: 50%;
transform: translateY(-50%);
}