html, body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body {
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
}

section {
    position: absolute;
    top: 0;
}

.container {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#6DD5FA, #2980B9);
}

h1,h2,h3,h4,h5 {
    margin:0;
}

p {
    text-align:center;
    font-family: "Segoe Script";
}

h1{
    padding-top:50px;
    font-size:50px;
    font-weight: 700;
    text-align:center;
    text-transform:uppercase;
    color:#777;
    line-height:60px;
}

h1 span {
    color: #e3e3e3;
    font-size:70px;
    text-shadow: 1px -1px 0px #fff, 0px 4px 8px rgba(0,0,0,0.35), 0px 3px 30px rgba(0,0,0,0.15);
}

.lil-gui {
    margin-top: 10px;
    --width: 450px;
    max-width: 90%;
    --widget-height: 20px;
    font-size: 15px;
    --input-font-size: 15px;
    --padding: 10px;
    --spacing: 10px;
    --slider-knob-width: 5px;
    --background-color: rgba(5, 0, 15, .8);
    --widget-color: rgba(255, 255, 255, .3);
    --focus-color: rgba(255, 255, 255, .4);
    --hover-color: rgba(255, 255, 255, .5);
    --font-family: monospace;
}