html, body {
    width: 100% !important;
    height: 100% !important;
    background-color: #5C705E;
    scroll-behavior: smooth;
    overflow: hidden;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
/* .hero-logo {
    flex: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: thistle;
} */
.hero-logo {
    position: absolute;
    top: 50.5%;
    left: 6.4%;
    transform: translate(0, -50%);
    width: 48vw;
}
.svg {
    fill: #F6F6F6 !important;
}