body{
    background-color: #f4f7f6;
    color: #2c3e50;
}

.nav-links{
    display: flex;
    justify-content: center;
    list-style: none;
    width: 100%;
}
.nav-links li a, span{
    padding: 0 15px;
}
.nav-links li a{
    text-decoration: none;
    color: #efa8b8;
}
.nav-links li a:hover{
    text-decoration: underline;
}
.nav-links li span{
    color: rgb(31, 143, 224);
}
.navbar{
    display: flex;
    align-items: center;
    height: 70px;
}
