body{
    font-family: 'Open Sans',sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
}


.wrapper{
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100vh;
    font-weight: 600;

}

.column {
    /* width: 120%; */
    margin: 0 auto;
    padding: 3rem;
    padding-top: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}


h1{
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}

.p1{
    font-weight: 500;
    margin-top: 4.25rem;
    margin-bottom: 1.25rem;
}

.p2{
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 4rem;
}
