html {
    height: 100%;
}

body {
    background-color: #bedadbbb;
    height: 100vh;
    margin: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

#main-box {
background-color: white;
width: 300px;
height: auto;

display: flex;
flex-direction: column;
justify-self: center;
align-items: center;
padding: 10px;
padding-bottom: 20px;
}

#result {
    /* display: flex; */
    display: none;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
    width: 100%;
}