body{
    background-color: #f1f1f1;
    overflow-x: hidden
}

.entry_container{
    width: 90%;
    /* min-height: 100%; */
    margin: auto;
    background-color: #dfebf5;
    padding-top: 70px;
    margin-top: 50px;
}

.mobile .entry_container{
    width: 100%;
}

.header_space{
    margin-top: 100px;
}

.entry{
    width: 90%;
    margin: auto;
    padding-bottom: 50px;

    align-items: start;
    justify-content: space-around;
}

.mobile .entry{
    align-items: center;
    justify-content: start;
    margin: auto;

}

.entry .image_container{
    width: 40%;
    max-height: 80vh;
}

.normal .entry .image_container{
    height: 80vh;
}

.mobile .entry .image_container{
    width: 80%;
    margin-top: -20px;
}

.entry_writing{
    width: 50%;
    padding: 10px;
    height: 80vh;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 30px;

}

.mobile .entry_writing{
    margin-top: 40px;
    width: 90%;
}


.color_coverage{
    width: 100%;
    height: 100%;
    background-color: #edf7ff;
    border-radius: 30px;

}

.entry .entry_writing_title{
    font-size: 4em;
    margin: 10px;
}

.mobile .entry .entry_writing_title{
    font-size: 2.5em;
    margin: 10px;
}

.entry .entry_writing_text{
    font-size: 1.5em;
    margin: 40px;
    margin-top: 50px;
    text-align: center;
}



.entry_writing_text .coverage{
    z-index: 10;
    background-color: #edf7ff;
}



.entry .gif_container{
    width: 150px;
    height: 150px;
    margin: auto;
}

.entry .title{
    font-size: 3em;
}

/* About Me */
.entry .about_me{
    width: 80%;
    margin: auto;
    font-size: 1.2em;
}

.entry .about_me_element p{
    text-align: justify;
    line-height: 1.7;
}

/* Work Area */
.work_area{
    width: 80%;
    margin: auto;
    font-size: 1.2em;
}

.work_area .work_area_element .image_container{
    width: 80px;
    height: 80px;
}

.mobile .work_area .work_area_element .image_container{
    width: 100px;
    height: 80px;
}

.work_area .work_area_element p{
    margin-left: 80px;
    font-size: 1.6em;
}

/* Education */
.education{
    width: 80%;
    margin: auto;
    font-size: 1.5em;
}

.education .title{
    font-size: 1.3em;
    text-align: center;
}

.mobile .education{
    font-size: 1.1em;
    text-align: center;
}

.education .sub_title{
    font-size: 1.1em;
    text-align: center;

}

.mobile .work_area .work_area_element{
    justify-content: space-between;
}

.mobile .work_area .work_area_element p{
    margin-left: 0;
    width: 40%;
    font-size: 1.3em;
    text-align: center;

}
