a {
    text-decoration: none !important;
}
a:hover {
    color: #8b2943;
}

/*.welcome-alert {
    border: 1px solid;

    background: #005F6A;
    background: linear-gradient(90deg, rgba(0, 95, 106, 1) 0%, rgba(139, 41, 67, 1) 100%);
}*/

@media (min-width: 0px) and (max-width: 768px) {
    .hideOnMovile {
        display: none;
        width: 0%;
    }
}