body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.container-fluid img {
    /* height: 450px; */
    width: 100%;
}

section#hero-page,
section#about-page,
section#projects,
section#education {
    scroll-margin-top: 90px;
}

/* footer {
    height: 55px;
    background-color: #212529;
} */