html,
body {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100vh;
  background: url('/assets/images/bg.jpg') no-repeat center fixed;
  background-size: cover;
}

h1 {
  color: #fff;
}