html, body, .container {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background-image: url("dump-truck-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 3rem;
  margin: 0px;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  margin: 0px;
  margin-top: 10px;
}