*{box-sizing:border-box;}

@import url("//hello.myfonts.net/count/3cb826");

@font-face {
  font-family: 'TTMussels-Medium';
  src: url('font.woff2') format('woff2'), url('font.woff') format('woff');
}

html,body{margin:0; padding:0; width:100%;height:100%;background:#291F1F}

.app{
    max-width: 700px;
    margin:0 auto;
    text-align: center;
    color:#AEDC48;
    font-family: 'TTMussels-Medium';
    font-size: 18px;
    display: flex;
    flex-direction:column;
    height:100%;
    justify-content:space-between;
    padding:30px;
}

.app h1{
    font-size: 3rem;
    color:#fff;
}

.app header{
  margin-top:30px;
}

.app header img{
    width: 80%;
    max-width:280px;
    margin: 30px auto;
}

.app__content{
padding-bottom:50px;
}
.app .button {
    text-decoration: none;
    display: inline-block;
    background-color: #F64841;
    color: #fff;
    max-width: 180px;
    padding: 9px 15px;
    border-radius: 3px;
    font-size:120%;
}

.app footer{padding-bottom:30px;}

.app footer img{width:20px;}

