#orientation-alert {
    color: rgb(36, 21, 134);
    font-size: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    padding: 40px;
    box-sizing: border-box;
    z-index: 9999;
}