body {
    text-align: center;
    line-height: 1.5em;
    padding-left: 25%;
    width: 50%;
}

div {
    text-align: start;
    margin: 5px;
}

input {
    border-radius: 2px;
    border: 1px solid #aaa;
}

input:disabled {
    background-color: #eee;
}

.flex {
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.right {
    text-align: end;
}

.big {
    font-size: 2em;
}