h1 {
    font-family: "Tiempos Headline", seris;
}

h3 {
    font-family: "Tiempos Headline", seris;
}

.competition-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

#rotateMessage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    padding: 20px;
}

.rotate-modal .modal-content {
    z-index: 1050 !important; 
}

.rotate-modal .modal-title {
    font-family: "Tiempos Headline", serif !important;
    font-size: 1.5rem;
    color: #fff; 
}

.rotate-modal .modal-body p {
    font-family: "Tiempos Headline", serif !important;
    color: #000;
}

.rotate-modal .modal-header {
    background-color: #343a40; 
    color: #fff; 
}