body{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    height: 100%;
}

label, input, #result{
    font-size: min(40px, 5vw);
}