section {
    min-height: 100vh;
    background-color: #ccc;
    border-top: solid 10px #777;
}
ul {
    text-align: center;
    margin: 100px 0;
    text-decoration: underline;
}