body {
  margin: 0;
  padding: 0;
  background: url('assets/not-teddy.png') no-repeat 35% center fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overscroll-behavior: none;
}

h1 {
  font-family: 'Helvetica', 'Roboto', sans-serif;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}