body {
    background-color: black;
    color: white;
    font-family: Arial, serif;
}

div.error {
    background-color: darkred;
    width: fit-content;
}

button {
    height: 50px;
}