* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  background-size: contain;
  background-position-y: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #242628;
  background-image: url(/assets/2.jpg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}


@media screen and (min-width: 1400px) {
    .container {
        background-size: contain;
        background-position-y: center;
        background-image: url(/assets/1.jpg);

    }
}



@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
    background-image: url(/assets/3.jpg);

    }

  body {
    width: 100vw;
  }


}
