.container_text {
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 100px;
    width: max-content;
    text-align: center;

}

#text1 {

}

#text2 {
    font-size: 70px;
    font-weight: bold;
}
.container1 {
    background: #0cb1f2;
    height: 120vh;
background: linear-gradient(90deg, rgba(12, 177, 242, 1) 0%, rgba(23, 99, 230, 1) 50%, rgba(98, 83, 237, 1) 100%);
}