body{
    font-family: sans-serif;
    text-align: center;
    background-color: rgb(255, 255, 255);
}

h1{
    color: rgb(31, 209, 200);
}

input{
    font-family: 'Courier New';
    color: rgb(0, 0, 0);
    display: block;
    margin: auto;
    margin-bottom: 14px;
}