body {
    background: url('../img/background.jpg') no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.navbar-brand img {
    margin-right: 10px;
}

.container {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
}

.btn-primary {
    background-color: #8B0000;
    border-color: #8B0000;
}

.btn-primary:hover {
    background-color: #A52A2A;
    border-color: #A52A2A;
}
