* {
    margin: 0;
    padding: 0;
}

header {
    background-color: #128F83;
    height: 120px;
}

.card {
    border: 5px solid #9C9C9C !important;
    box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.5) !important;
    background-color: black !important;
    padding: 15px;
    width: 100%;
    margin-top: -50px;
    text-align: center;
    color: white;
    border-radius: 20px !important;
}

.card .img {
    width: 200px;
    margin: 0 auto;
}

body {
    background-image: url('./bgbig.jpg');
    background-repeat: repeat;
}



@media (max-width: 767px) {
    .card h3 {
        color: #FFFFFF;
        font-family: "Montserrat", Sans-serif;
        font-weight: 600;
        font-size: 20px;
    }
    
    .card h4 {
        color: #FFFFFF;
        font-family: "Montserrat", Sans-serif;
        font-weight: 500;
        font-size: 18px;
    }

    body {
        background-image: url('./bg.jpg');
        background-repeat: repeat;
        background-size: cover;
    }
    
}


.container {
    min-height: 95vh;
}

.emoji {
    max-width: 20px;
}

.progress-bar {
    background-color: rgb(0, 167, 159) !important;
    height: 35px !important; 
    transition: width 0.1s;
    font-size: 17px !important;
    overflow: hidden;
    z-index: 2;
    padding: 5px 0px;
    position: relative;
    display: flex;
}

.progress {
    margin: 20px 0px;
    height: 35px !important; 
}

.btn-primary {
    font-weight: 700;
    background-color: #08D4C1 !important;
    color: white;
    padding: 10px ;
    font-size: 22px;
    margin: 15px;
 border-radius: 7px !important;
    text-transform: uppercase;
}

.btn-primary-big {
    margin: 15px 0px;
    font-weight: 800;
    background-color: #08D4C1 !important;
    color: white;
    padding: 10px ;
    font-size: 29px;
 border-radius: 7px !important;
    text-transform: uppercase;
}