@import url('https://fonts.googleapis.com/css?family=Muli');
body,html {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  align-items: center;
  justify-content: center;
  font-family: 'Muli', sans-serif;
}
.text {
  color: #888;
  padding: 0 15px;
}
.container {
  text-align: center;
}
footer {
  margin-top: 50px;
  margin-bottom: 20px
}
