* {
    font-family: system-ui;
    color: #ffffff;
}

html, body {
    position: relative;
    background-color: #000000;
}

header {
    position: relative;
    height: 80px;
    background-color: #2b2b2b;
}

#pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

header logout-button {
    position: absolute;
    top: 15px;
    right: 10px;
}