.main {
  width: 100%;
  height: 300px;
  background-color: white;
  border-bottom: 1px solid red;
  display: flex;
  flex-direction: column;
}
