body {
    background: url('../images/background-mcm.png') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff !important;
    font-family: 'Arial', sans-serif;
}

.text-shadow {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.btn {
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    transform: scale(1.1);
}

.info-bar {
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #fff;
}

a {
    color: #FE5917 !important;
    text-decoration: none !important;
}
