#header {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    height: 80px;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 80%;
}
