body{
    margin: 0px;
    
}
#headbar{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgba(159, 189, 129);
    position: sticky;
    top:0;
}
#headbar-buttons a{
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    flex-direction: row-reverse;
    text-overflow: ellipsis;
    margin: 5px;
}
    
#logo{
    float: left;
    height: 54px;
    width: 54px;
    margin-bottom: 0px;
    padding: 0px;
}
.header-box:hover{
    background-color: rgba(129, 159, 99);
}
.header-box{
    width: 25%;
    background-color: rgba(159, 189, 129);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    max-width: 165px;
    min-width: 165px;
}
#headbar-buttons{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /*margin-bottom: 25px;*/
}
.header p{
    text-align: center;
    font-size: 50px;
    margin-top: 25px;
}