.main {
  padding: 1.111vw /* 16px : 1440px */;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}