/* HTML + Body */
html, body {
    height: 100%;
}

/* Background colours */
.orange {
    background-color: orange;
}
.red {
    background-color: red;
}
.blue {
    background-color: blue;
}
.green {
    background-color: green;
}
.black {
    background-color: black;
}

/* Container style */
.container {
    height: 100%;
    color: white;
}

/* Full height division */
.h-100 {
}