* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

header {
  display: flex;
  justify-content: center;
  border-color: black;
  border-style: solid;
  border-width: 5px;
  width: 50vw;
  margin: auto;
  background: rgb(121, 69, 9);
  background: linear-gradient(90deg, rgb(121, 69, 9) 37%, rgb(0, 36, 4) 38%, rgb(255, 0, 228) 70%);
}

main {
  background-image: url(https://i.pinimg.com/originals/cd/cc/67/cdcc6792b5a6dccade642a4e46e17964.jpg);
  justify-content: center;
  display: flex;
}
main > #ball1 {
  margin-top: 0px;
}
main > #ball2 {
  display: flex;
  justify-content: flex-start;
}/*# sourceMappingURL=style.css.map */