* {
    background-color: white;
    font-family: Neue Montreal, sans-serif;
    font-size: 20px;
}

body {
    min-height: 100dvh;
    margin: 0;
    display: grid;
    place-items: center;
}

h3 {
    text-align: center;
}

.input-area {
    text-align: center;
    justify-self: center;
    margin-inline: auto;
    width: min(92vw, 520px);
}

/*.btn {*/
/*    color: black;*/
/*    text-content: white;*/
/*}*/

#converted {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: Neue Montreal, sans-serif;
}