.bg-primary {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, #43cea2 0%, #185a9d 100%) !important;
}

.btn-primary {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, #43cea2 0%, #185a9d 100%) !important;
    border: none;
    border-radius: 0 !important;
}

.btn-primary:hover {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, #4bdaad 0%, #2773c0 100%) !important;
    border: none;
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0px !important;
}

.padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.text-primary {
    background: linear-gradient(to right, #43cea2, #185a9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-yellow {
    color: yellow;
}

.fs-120 {
    font-size: 120pt;
}

.fs-l {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 160pt;
    font-weight: bold;
    -webkit-text-stroke: 5px white;
    /* text-shadow: -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 5px 0 #fff; */
}

.fs-m {
    font-size: 50pt;
}

a {
    text-decoration: none;
}

.img-logo {
    width: 200px;
}


/* BUTTON */

.btn-alf {
    background-color: white;
    border: 1px solid rgb(0, 153, 255);
}

.btn-alf:hover {
    /* color: black !important; */
    background-color: #f2f2f2;
}

.btn-alf h1:hover {
    color: black !important;
}

.video {
    width: 980px;
}

td {
    border-radius: 50%;
    padding: 10px 10px 0px 10px;
    text-align: center;
}

.w-td {
    width: 250px !important;
}

@media only screen and (max-width: 576px) {
    .display-5 {
        font-size: large !important;
    }
    .img-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {}

@media (min-width > 992px) {}