﻿body {
}


@media (min-width: 1024px) {
    .nav-link {
        font-size: 13px !important;
    }
    .header-second {
        display: flex;
        justify-content: space-between;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1920px) {
    .nav-link {
        font-size: 16px !important;
    }
    .header-second {
        display: flex;
        justify-content: space-between;
        margin-left: 100px;
        margin-right: 100px;
    }
}

.title-landingpage {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d1423c;
    font-weight: bold;
    font-size: 30px;
}

.anim_title_md {
    font-size: 20px;
}

.dropdown-item {
    color: #212529;
    font-size: 20px !important;
}