html {
    background-color: #1b262c;
    color: #eee;
}

h1 {
    margin: 0;
    font-size: 1.5rem;
}

div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

button {
    flex: 1 24rem;
    background-color: #0f4c75;
    color: inherit;
    border-style: none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.2rem;
    padding: 1rem 1rem;
    text-align: center;
    font-size: 1.5rem;
}

button.tag {
    background-color: #750f4c;
}

button:hover {
    background-color: #3282b8;
}

input[type=text] {
    padding: 1rem 1rem;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    border: none;
}
