.header {
    background-color: #ff6400;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}

.header a {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.header h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.header .logout {
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-decoration: none;
    font-size: 14px;
}