html{
  text-align: center;
  background-color: #FFFCDE;
}

footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
}

.title{
  margin: 10% 0;
}

.btn{
  margin: 5% 0;
}

.next_btn{
  background-color: #FF5A5A;
  color: #FFFFFF;
}