
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(50, 50, 50);
    color: white;
    padding: 1em;
}

#title {
    color: white;
    text-decoration: none;
}

.right {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

header, input {
    font-size: 0.9em;
}

header input {
    padding: 0.25em;
}

#settings {
    filter: invert(100%);
}

#settings img {
    height: 2em;
}

a {
    color: default;
}
