@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Nunito','Roboto', sans-serif;
    margin: 1em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e1c;
    text-align: left;
}

form {
    margin: 0 2em 0 0;
}

legend {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0rem;
}

#prefix {
    width: 120px;
}

.form-group.row .input-group-text {
    width: 5em;
    height: fit-content;
}

.form-group.row select {
    max-width: 5em;
}

.form-group.row input {
    width: 280px;
}

.input-group-text, .form-control, option{
    font-size: 0.9em;
}

#result {
    padding : 25px 0;
    font-size : 1.2em;
}