body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.heading {
    clear: both;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: black;
    line-height: 2.5rem;
}

.sub-heading {
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 2px;
}

.content {
    letter-spacing: 1px;
}

#mobile-projects-section,
#desktop-projects-section {
    background-color: #E0E4ED;
    width: 100%;
    height: 100vh;
}

#web-projects-section {
    background-color: white;
    width: 100%;
    height: 100vh;
}

@media screen and (max-width:768px) {
    #mobile-projects-section,
    #desktop-projects-section,
    #web-projects-section {
        min-height: 100vh;
        height: auto;
    }
    .heading {
        text-align: center;
        font-size: 1.5em;
    }
    .p-2-m {
        padding: 2em;
    }
}