body {
    background: rgb(2, 29, 29);
    color:rgb(231, 221, 203);
    text-align: center;
    font-family: 'Londrina Outline', cursive;
    font-size: 2em;
}

button, input{ 
    font-family: 'Londrina Solid';
    font-size: 1em;
    color: black;
}

input {
    width: 70%;
    margin: 20px;
}

#error {
    color: darkred;
    font-family: 'Londrina Solid';
}

#answer { 
    opacity: 0;
    font-size: 3em;
    transition: opacity 2s;
    font-family: 'Londrina Shadow';
    background-color: rgb(19, 19, 200);
    word-wrap: break-word;
    border-radius: 20px;
}