.navBar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#result-area{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}
#result{
    display: flex;
    justify-content: center;
    font-weight: bold;
}
