.education
{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background: url('https://upload.wikimedia.org/wikipedia/commons/5/51/EngineeringASU_gate.jpg') no-repeat center center/cover;
    background-attachment: fixed;
}
.education div{
    color: #f0f0f0;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-text-stroke: 1px rgba(128, 128, 128, 0.3); /* width and color */
}
.education div h2{
    font-size: 2.3em;
    font-weight: 800;
    margin-bottom: 10px;
    color:  #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.education div h3{
    font-size: 1.8em;
    margin-bottom: 10px;
    color:  #e5e5e5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);

}
.education .title{
    font-size: 2.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.education h3 span{
    color: #3a6cf4;
    font-weight: 800;
    display: block;
}