﻿body {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
}

.container {
    width: 80%;
    margin: 20px 0;
    border-radius:5px 5px 0 0 ;
}

.table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .table th, .table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .table th {
        background-color: #f2f2f2;
        text-align: left;
    }

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.prompt {
    background: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}

.prompt-actions {
    margin-top: 20px;
    text-align: right;
}

    .prompt-actions button {
        margin-left: 10px;
    }

.movie-upload {
    margin-top: 20px;
    
}

    .movie-upload span {
        margin-right: 10px;
    }

.question-row {
    cursor: pointer;
}

.answer-row {
    background-color: #f9f9f9;
}
th1 {
    text-align:center;
}

#quiz-title{

}