body {
background-color: #000000;
color: #ffffff;
font-family: sans-serif;
font-size: 20px;
text-align: center;
}

h1 {
font-size: 80px;
margin-top: 50px;
}

input {
background-color: #000000;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 20px;
margin: 10px;
padding: 10px;
text-align: center;
width: 50%;
}

button {
background-color: #000000;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 20px;
margin: 10px;
padding: 10px;
}

#resultField {
background-color: #000000;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 20px;
margin: 10px;
padding: 10px;
text-align: left;
}

/* Fix model input to small bottom right input box. It will be rather inconspicuous */
#modelInput {
position: absolute;
bottom: 0;
right: 0;
width: 20%;
}