.index,
.error {
  display: flex;
  flex-direction: column;
  min-width: 100dvw;
  min-height: 100dvh;
}

.error {
  background-color: var(--color-grey-2);
}

.profile__main {
  width: 80%;
}

@media (min-width: 768px) {
  .index,
  .error {
    flex-direction: row;
  }
}
