﻿html {
    height: 100%;
}

body {
    background-image: url('/img/background.jpg');
    background-size: cover;
    height: 100%;
}

main {
    background-color: white;
    padding: 24px;
}