html, body {
    background-color: #131316;
    height: 100%;
    scroll-padding-top: 70px;
}

.section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 20px;
}

section {
    padding: 40px 0 40px 0;
}

.bg-1 {
    background-color: #131316;
}

@media (min-width: 1200px) {
    .container {
      width: 980px;
    }
}

#portfolio, #landingm, #about-me, #contact {
    text-align: center;
}

footer {
    color: #929292;
    text-align: center;
    padding: 0 0 40px 0;
}
