.Container {
  width: 100%;
}

.SectionWrap {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ContentSection {
  margin-top: 20px;
}

.ImageSection {
  margin: 20px 0;
}

.Image {
  width: 500px;
  height: 500px;
}

#originImage {
  width: 500px;
  height: 500px;
  overflow: hidden;
  object-fit: cover;
}

#resizeButton {
  width: 100px;
  height: 30px;
}
