html, body{
   margin:0px;
   padding:0px;
   height: 100%;
   
}   
body{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    background-color: #5DB596;
}

/* Structure */
/* -------------------------------------------------- */

#container{
    position: absolute;
    width: 800px;
    height: 600px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to bottom, #5DB596, #5DB596), linear-gradient(to right, #5DB596, rgba(0,0,0,0)), linear-gradient(to left, #5DB596, rgba(0,0,0,0)), url(../img/loading.gif);
    background-position: top, left, right, center center;
    background-repeat: no-repeat;
    background-size: auto 115px, 200px auto, 200px auto, auto auto;
}
h1, h2, h3{
    line-height: 100%;
    margin: 0px;
}

h1{
    font-size: 100px;
    text-align: center;
    color: #ffffff;
    margin-top: -40px;
    font-weight: 900;
}

h2{
    font-size: 80px;
    text-align: center;
    color: #ffffff;
    margin-top: -10px;
    font-weight: 900;
}

h3{
    margin: 300px 0px 0px 0px;
    font-size: 30px;
    text-align: center;
    color : #ffffff;
    font-weight: 400;
}