.title {
  font-family: 'Roboto Mono', monospace;
  color: white;
  font-size: 70px;
}
body {
  background-image: url('https://wallpaperaccess.com/full/2825704.gif');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
.row{
  padding: 3%;
}
main .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.hero {
  text-align: center;
}
.footer {
  padding: 0px !important;
}

