.container {
  width: 100%;
}

.main {
  background: var(--secondary-color);
  padding: 15px;
  border-radius: 10px;
}
