.main_page_project{
    background-image: url("./images/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_text_left{
    width: 40%;
}

@media screen and (max-width: 1000px) {
    .main_text_left{
        width: 50%;
    }
}

@media screen and (max-width: 900px) {
    .main_text_left{
        width: 60%;
    }
}

@media screen and (max-width: 700px) {
    .main_text_left{
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .main_text_left{
        width: 100%;
    }
}