div.section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Section title that float on Upper left*/
div.section-title{
    float: left;
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 3rem;
}

div.section-content{
    padding-top: 8%;
    width: 60%;
}

div.introduction {
    background-color: #f2f2f2;
}

div.about-me {
    background-color: #d9d9d9;
}

div.projects {
    background-color: #bfbfbf;
}

div.contact {
    background-color: #f2f2f2;
}

div.intro-text-holder{
    padding-right: 50px;
}