.main {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  width: 80vw;
  max-width: 500px;
}

.body {
  background-color: #000;
}


