body {
    /* font-family: 'ZCOOL QingKe HuangYou', cursive;
    letter-spacing: 2px; */
    font-family: 'M PLUS 2', sans-serif;
}
#mainNavbar a {
    /* color: white; */
    color: #2F2F2F;
    font-weight: bold;
}
.fas {
    font-size: 4rem;
    color: #2F2F2F;
}
#projectsContainer {
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 1px;
}
.grow { 
    transition: all .2s ease-in-out; 
}
.grow:hover { 
    transform: scale(1.5); 
}
html {
    scroll-behavior: smooth;
}
h1 {
    font-weight: bold;
}
#dark-bg {
    background-color: #2F2F2F;
}