#home-nav  + * {
    top: 20px;
    margin-bottom: 20px;
}

#home-nav{
    top: 20px;
    height: 70px;
    z-index: 99999;
}

#home-nav::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0rem;
    background: linear-gradient(0deg, rgba(125,0,1,1) 0%, rgba(229,11,56,1) 100%);
}

#home-nav .nav-elem.active{
    text-decoration: underline;
    text-decoration-color: var(--red);
    text-decoration-thickness: 7px;
}

.body{
    min-height: 100vh;
}