#header{
    width: 100vw;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(235, 235, 235, 0.144);
    backdrop-filter: blur(10px);
}