html {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #eee7db;
}


.horizontal-line {
    border-top: 1px solid #ccc;
    margin: 0;
}

.form-group label {
    font-weight: bold;
}

.btn-primary {
    background-color: #b84020;
    border: none;
}

.btn-primary:hover {
    background-color: #9b3618;
}

.alert {
    margin-top: 20px;
}

.header-container {
    margin-top: 20px;
    text-align: center;
    background: url('../Images/Cinema-two.png'), rgba(197, 186, 160, 0.21); /* Cinema-related background image */
    background-size: cover;
    color: white; /* White text */
    padding: 40px 20px; /* Add padding to the top */
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 2em;
    font-weight: bold;
    color: white;
    margin: auto;
    border-radius: 10px
}