.container-header{width:100%;min-height:50vh;display:flex;align-items:center;padding-top:4rem;justify-content:center;border-top:1px solid rgba(251,191,36,.3);background-color:var(--background)}@media screen and (max-width:768px){.container-header{padding-top:8rem}}.container-navbar{padding:1rem 0;position:fixed;width:100%;background-color:var(--background);border-bottom:.02rem solid rgba(251,191,36,.3);z-index:50;backdrop-filter:blur(10px)}.navbar-home{font-family:var(--font-josefin);font-weight:400;font-size:2rem;color:var(--bright-yellow);transition:color .3s ease-in-out}.navbar-home:hover{color:var(--yellow-accent)}.navbar-text{font-family:var(--font-josefin);font-size:1.2rem;color:var(--foreground)}.hero-title{font-family:var(--font-cinzel);font-size:5.5rem;color:var(--bright-yellow);text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-para{font-family:var(--font-josefin);font-size:1.2rem;color:var(--foreground)}.hero-para a{color:var(--bright-yellow);transition:color .3s ease-in-out}.hero-para a:hover{color:var(--yellow-accent)}@media screen and (max-width:1280px){.hero-title{font-size:4.5rem}.hero-para{font-size:1rem}}@media screen and (max-width:768px){.hero-title{font-size:2.8rem}.hero-para{font-size:1rem}}