main .hero-section{
    height: 100vh;
    border: white solid;
    border-width: 0px 30px;
    transition: border-width 0.3s ease-in-out;
}

main .hero-section.scrolled{
    border-width: 0px 0px;
}
