@font-face {
    font-family: 'Aero';
    src: url('/font/Aero.ttf') format('truetype'); /* Подстройте путь по необходимости */
}

body { 
    margin: 0; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Высота всей страницы */
}

canvas {
    /* Настройки размеров и позиции canvas остаются прежними */
    width: 540px;
    height: 960px;
    margin-left: 93px;
    margin-top: 0;
}

iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
