main {
    position: relative;
    top: -80px;
}

header {
    height: 80px;
}


#content  {
    margin-top: 100vh;
    background-color: var(--white);
    padding: 60px 50px;
}

#scroll-down {
    width: 50px;
    height: 50px;
    position: absolute;    
    bottom: 20px;         
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    cursor: pointer;
}
