body{
    width: 100vw;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;

}
main {
    display: flex;
    flex-direction: column;
    position: relative;
}

.wheel_image{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-height: calc(100svh - 220px);
    max-width: 90%;
    object-fit: contain;
}

.main__image{
    margin: 0 auto;
    max-height: calc(100svh - 220px);
    max-width: 90%;
    object-fit: contain;
}