header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    z-index: 999;
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #0e0472;
    background: linear-gradient(23deg,rgba(78, 183, 252, .2) 7%, rgba(150, 213, 255, 1) 22%, rgba(255, 255, 255, .2) 70%);
    
    /*background: rgb(203, 241, 254);*/
}

#home-header {
    position: relative;
}

#home-page-sign-in {
    width: 100%;
    text-align: end;
}
