.main_img_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50rem;
    background-color: grey;
    margin-bottom: 10%;
}

.projectlinks {
    position: relative;
    display: flex;
    width: 33.3%;
    height: 70%;
    justify-content: center;
    align-items: center;
}

.cover_image {
    display: flex;
    width: 30rem;

}

.content_container img {
    height: 100%;
    width: auto;
}

.content_container p {
    position: absolute;
    font-size: 2.4rem;
    color: white;
    padding: 0.5rem 1rem;
    border: 2px solid white;
    text-decoration: none;
}

.section_content_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
}

.section_img_container {
    display: flex;
}

.section_img_container img {
    height: auto;
    width: 98%;
    justify-content: space-between;
    margin: 1%;

}

.img_text {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
}



.img_text {
    display: flex;
    flex-direction: column;
}

.Text2 {
    margin-top: 5rem;
    margin-left: 30%;
    width: 40%;
    margin-bottom: 20rem;

}