body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0A0A2F;
}

.body_lineup{
    overflow: scroll !important;
}
.recap-container {
    background: #2e213a;
    color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 45%;
    height: 65vh ;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.lineup {
    justify-content: normal !important;
    background: #0A0A2F !important;
}

.recap-container-large {
    width: 65% !important;
    height: 85vh !important;
}

.recap-container-very-large {
    width: 85% !important;
    height: 85vh !important;
}

.recap-container h2 {
    margin-bottom: 20px;
}

.recap-container p {
    margin: 10px 0;
    font-size: 1.2em;
}

.recap-image {
    max-width: 150px; 
    margin-bottom: 20px;
    border-radius: 5px;
    margin-left:50%;
    transform: translate(-50%);
    margin-top: 20px;
}


button {
    margin-top: 12px;
    padding: 16px 20px;
    background-color: #8189967e;
    color: white;
    font-size:20pt;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #306ACD;
}

