.main {
    width: 100%;
    height: 97vh;
    background-image: url("https://images.squarespace-cdn.com/content/v1/5d7b921aa20ea468a889fb20/1568380646826-9YIFENHBF7L221O9XO0M/mc1SHbe.gif");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.standing {
    width: 180px;
    height: 180px;
    object-fit: contain;
    position: absolute;
    bottom: 10px;
}

.Controls {
    font-size: 20px;
    color: white;
    justify-content: center;
    display: flex;
    padding-top: 100px;
}