body {
  margin: 0;
  padding: 0;
  background-color: #e7e4d4;
  background-image: url('../images/7vs_Web_BG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .centered-image {
  display: block;
  margin: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 350px;
  height: auto;
}