* {
    margin: 0;
    padding: 0;
}

.content {
    width: 1000px;
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #c1cbd1;
    height: 100%;
}

html {
    height: 100%;
}

main {
    flex: 1;
}