.main-page-div{
    margin-top: 30px;
    margin-bottom: 100px;
    font-family: sans-serif;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.result-div{
    display: flex; 
    flex-direction: column; 
    width: 70%; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
}