@font-face {
    font-family: "flexo";
    src: url('./fonts/flexo-bold.otf');
}
@font-face {
    font-family: "gotham";
    src: url('../fonts/Gotham-Black.ttf');
}
/*patalla modo horizontal*/
#pleaserotate-backdrop {
    color: rgb(58, 56, 56);
    /* background-image: url(/static/media/bgTextura.1e419ab6.png) !important;
    background-position: center !important; */
    background: linear-gradient(180deg, rgb(248, 225, 94) 0%, rgb(246, 189, 0) 100%);
    background-size: cover !important;
}
#pleaserotate-graphic {
    fill: rgb(58, 56, 56);
}
#pleaserotate-message {
    font-size: 80px !important;
    font-family: "flexo";
    font-weight: bolder;
}