.navbar {
    font-family: "Poppins", sans-serif;
}

.navbar-brand{
    color: #FE043C;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
}

.navbar-toggler-icon{
    /* background-color: #FE043C; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fontNav{
   font-style: normal;
   font-weight: normal;
   font-size: 16px !important;
   line-height: 24px;
   text-align: center;
   color: #2E266F !important;
}