#top-section {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center; /* Center items vertically */
    background: linear-gradient(to bottom, #ffcc01 60%, black 40%);
    position: relative; /* Position relative to place absolute elements */
}

.back-button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%); /* Center vertically */
}

.logout-btn, .btn-primary {
    margin: 0 5px; /* Add some space between buttons */
}

.img-fluid {
    width: 100px; /* Adjust this value as needed */
    height: auto; /* Maintain aspect ratio */
    margin: 0 auto; /* Center horizontally */
}
