.fSection{
    width: 31vw;

        }
.fSection a{
    color: black !important;
}
footer{
    background-color: white;
}
.login:hover{
    background-color: #1B4DFF;
    color:black !important;
}
.login{
    border-color: #1B4DFF !important;
    color: #1B4DFF !important;
    padding-top: 1vh !important;
}

.register{
    background-color: #1B4DFF !important;
    padding-top: 1vh !important;
    color:white;
}

.register:hover{
   color: black !important;
}

.listOfComunications{
    flex-flow:row
}

@media screen and (max-width: 990px) {
    .listOfComunications{
        flex-flow:column
    }
    .nameLink{
        margin-right: 35%;
    }
    .navImage{
        height: unset !important;
        padding-right: unset !important;
    }
    .lastSection{
        margin-left: 34%
    }
}