:root {
    --font-size: 20px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size);
}

#app_title {
    margin: 0;
    cursor: pointer;
}