body {
    background-color: #f2f2f2;
    font-family: system-ui;
    font-size: xx-large;
}

button,
select,
input {
    background-color: #dee2e6;
    padding: 3px;
    margin: 3px 0;
    border: 1px solid black;
    border-radius: 0px;
}

button,
select {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
}

button:hover,
select:hover,
button:active,
select:active {
    color: white;
    background: black;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

#player-select,
input {
    width: 100%;
}

input {
    font-family: monospace;
    padding: 3px;
    box-sizing: border-box;
}

.app {
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
}

.app-metadata {
    display: flex;
    flex-direction: column;
    background-color: lightgray;
    padding: 15px;
    border-radius: 4px;
    border: 2px solid #333;
}

.settings {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
