body{
    position: relative;
    width: 100vw;
    height: 100vh;
}
#navbar{
    width: 100%;
    justify-content: space-between;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    margin: 0 5px;
}
.navbar-nav li {
    margin-left: 10px;
}

.navbar-nav li a{
    color: #414141;
}
.navbar-nav li a:hover{
    color: #94d595;
}


footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #6c6b6b;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}

footer p{
    padding: 10px;
    color: white;
}
