html {
    background-image: linear-gradient(to bottom right, aquamarine, white);
    background-repeat: no-repeat;
    min-height: 100%;
}

body {
    min-height: 100%;
}

.center {
    text-align: center;
}

#empty {
    height: 100px;
}