#logo{
    position: absolute;
    top: 9px;
    left: 10px;
    width: 47px;
}
#topbar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 65px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background-color: rgb(20, 51, 77);
}
.topbaricons{
    display: flex;
    justify-content:space-between;
    transform: translateY(20px);
    margin-left: 80px;
    margin-right: 80px;
    max-width: 500px;
}
.fa-book{
    margin-right: 70px;
}
.pfp{
    position: absolute;
    height: 59px;
    transform: translateY(-22px);
    display: block;
    right: 4px;
}
#icons {
    color: rgb(255, 255, 255);
    transition: color 0.1s ease
}
#icons:hover {
    color: #89a5f3;
    transform: scale(1.1);
}
.pfpp{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
}