.square{
    background-color: rgb(22,100,216);
    position: relative;
}
.divider{
    height: 2cm;
    width: 100vw;
}
.block-title{
    font-weight: 900;
    font-size: 46px;
    margin: 50px 20px;
}
.text{
    font-size: 33px;
    max-width: 1000px;
}
.body{
    margin: 0px 50px 50px;
}
.hidden{
    display: none;
}