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