html {
    position: relative;
    min-height: 100%;
  }

body{
    color: rgba(0,0,0,.8);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 60px;
}

.top{
    text-align: center;
    padding: 25px 0;
    background-color: rgba(255, 193, 5, 0.2);
    margin-bottom: 35px;
}

.top b{
    font-weight: 900;
}

img{
    max-width: 100%;
}

.header{
    text-align: center;
}

.header h1{
    font-weight: 900;
    padding-bottom: 15px;
}

.header p{
    padding-bottom: 25px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
  }