.wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
header {
    height: 50px;
    background-color: #666;
}
.content {
    background-color: #ccc;
    flex: 1;
}