@charset "UTF-8";
/*------------------------------------*\
  MAIN
\*------------------------------------*/
body {
  background: #7134c1;
  position: relative;
}

/*------------------------------------*\
  Layout
\*------------------------------------*/
#container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.image_container{
  width: 66%;
}

.image_container img{
  width: 100%;
  height: auto;
  max-width: 1024px;
}