body {
    display: flex;
    flex-direction: column;
}

header {
    position: fixed;
    width: 100%;
}
