@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}


.container {
    text-align: center;
    margin-top: 100px;
}

.alert {
    font-size: 24px;
    padding: 30px;
}

.alert h1 {
    font-size: 40px;
    font-weight: bold;
}

.alert p {
    font-size: 18px;
}

.btn-contact {
    background-color: #721c24;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
    border: none;
    text-decoration: none;
}

.btn-contact:hover {
    background-color: #5a1c1c;
}



@media (max-width: 767.98px) {


    .alert h1 {
        font-size: 30px;
        font-weight: bold;
    }
}