.dfc-title {
    font-family: Lucida, Verdana;
    color: #CC9900;
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin: 35px 0 0 0;
}

.title {
    text-align: center;
}

.instructions {
    text-align: center;
}

/* form */
.form-center {
    justify-content: center;
    display: flex;
    align-items: center;
}

.code-input {
    font-size: 1.5rem;
}

.form-content {
    width: 700px;
}

input[type="submit"] {
    font-size: 1.5rem;
}

input[type="submit"]:hover {
    cursor: pointer;
}

body {
    font-family: Arial, sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f5f5f5;
}

.checkbox-cell {
    text-align: center;
}

input[type="checkbox"]:hover {
    cursor: pointer;
}

.center-cell {
    text-align: center;
}

.hidden {
    display: none;
}

/* Error message box */
.alert {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 20px;
    background-color: #f44336;
    color: white;
    text-align: center;
}

.enter-code {
    text-align: center;
    margin: 10px 0 15px 0;
}

.success {
    margin: 30px 0 0 0;
    width: 100%;
    padding: 20px;
    background-color: #4CAF50;
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
}

.go-back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 0 0;
}

.write-in-link {
    display: block;
    margin: 25px 0 10px 0;
    font-size: 1.3rem;
    color: #ff0000;
}

.textbox {
    margin: 10px 0 15px 0;
    font-size: 1.3rem;
}

.candidate-block {
    display: block;
    margin: 0 0 30px 0;
}

.submit-candidates {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.add-row {
    margin: 0 0 0 55px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.form-message {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.2rem;
}

.write-in-checkbox {
    margin: 0 0 0 23rem;
}

.center-countdown {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.border-text {
    text-align: center;
    margin: 10px 0 0 0;
}

@media (max-width: 767px) {
    .write-in-checkbox {
        margin: 0 0 0 13rem;
        /* Adjust the margin as needed for mobile layout */
    }
}