/* =====================
   HOME VIEW
   ===================== */

#create {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 20px;
  color: var(--white-color);
}

#create h2 {
  color: var(--white-color);
}
