        @import 'https://fonts.googleapis.com/css?family=Lato:300';
html{font-size:2em;}
        html,
        body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            font-family: 'Lato', sans-serif;
            background: white;
        }
        body {
            background: linear-gradient(0deg, rgba(0, 0, 200, 0.6), rgba(0, 0, 200, 0))
        }
        body:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(120deg, rgba(50, 150, 100, 0.6), rgba(0, 0, 100, 0));
        }
        body:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: linear-gradient(240deg, rgba(150, 50, 50, 0.6), rgba(0, 0, 200, 0));
        }
        .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0;
            height: 100%;
            width: 100%;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
        }
        h1,
        h2 {
            color: white;
            font-weight: 100;
            margin: 0;
            z-index: 1;
        }
        h2 {
            font-size: 0.85rem;
        }