html, body{
    background-image: url("../images/background1.jpg");
    background-size:auto;
    color:white;
    background-repeat: no-repeat;
}
.navigation-bar{
    margin-bottom: 40px;
}
.head{
    color: black;
    padding-bottom: 10px;
}
.footer-content{
    padding-top: 10px;
}
.profile{
    color:rgb(97, 141, 246);
    font-weight: 700;
    font-size: 60px;
}
.logoutPointer:hover{
    cursor: pointer;
}
.taskmanagerPointer:hover{
    cursor: default;
}
