.text{
    color: #333;
}
#box1t1{
    font-weight: 1000;
    text-align: center;
    font-size: 0px;
    position: relative;
    transition: 700ms;
    top: 50px;
}
#box1t2{
    transition: 700ms;
    text-align: center;
    position: relative;
    top: 40px;
    font-size: 0px;
}
.boxes{
    min-height: 100vh;
    background-size: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
}
#box_1{
    background-position-y: bottom;
    overflow: hidden;
    min-height: 120vh;
}

#box1t3{
    width: calc(80% - 20px);
    padding: 10px;
    border-radius: 5px;
    background: #3331;
    margin: auto;
    transition: 700ms;
    margin-top: 100px;
    margin-left: -100%;
}
#box1t4{
    width: calc(80% - 20px);
    padding: 10px;
    border-radius: 5px;
    background: #3331;
    transition: 700ms;
    margin: auto;
    margin-top: 100px;
    margin-right: -100%;
}

#box1t5{
    width: calc(80% - 20px);
    padding: 10px;
    border-radius: 5px;
    background: #3331;
    transition: 700ms;
    margin: auto;
    margin-top: 100px;
    margin-left: -100%;
    margin-bottom: 100px;
}