.Unity_Game {
    position: relative;
    color: white;
    text-align: center;
    padding: 10px;
}

#gamePlace {
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#gamePlace iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-width: 1920px;
    border-radius: 30px;
}