/* ----- Import Google Fonts ----- */
@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');

body { margin-top: 30px }

h1 { font-family: 'Play', sans-serif; }

.btn { border-radius: 0 }

footer {
  background-color: #333333;
  color: #eeeeee;
  top: auto;
  bottom: 0;
  width: 100%;
  display: inline-block;
}
