.top-bar {
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #382b36; 
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.account-link,
.logo-link{
    display: flex;
    align-items: center;
}

.logo-img {
    height: 70px;
    width: auto;
    transform: scale(1.5);
    transform-origin: left center;
}

.account-img{
    height: 25px;
    width: auto;
    transform: scale(1.5);
    transform-origin: right center;
}

