/* Style */
html, body {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
    background: #E53B32;
    overflow: hidden;
}


h1 {

    color: linen;
    font-family: 'Patua One', cursive;
    font-weight: 400;
    font-size: 750%;
    text-align: center;
    left: 0;
    line-height: 200px;
    margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 40%;
    width: 100%;
}


p.motto{
    font-family: "Nanum Pen Script", sans-serif;
    width:100%;
    height:100px;
    font-size: 150%;
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
    color: linen;
}

#footer {
    width:100%;
    height:100px;
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
    color: blanchedalmond;
    font-family: 'Patua One', cursive;
}