html {
    text-align: center;
}
body {
    color: #eee;
    background: #121212;
    font-size: 3vmax;
}

a.title {
    color: white;
    text-decoration: none;
}

label{
    /* display: table-cell; */
    text-align: right;
}
/* input {
  display: table-cell;
} */
/* div.row{
    display: table-row;
} */

.input {
    font-size: 3vmax;
}

.footer {
    font-size: 1.5vmax;
}
