@import url("./src/components/calendar/calendar.css");
@import url("./src/components/header/header.css");
@import url("./src/components/Formulario/formulario.css");
body {
  width: 100%;
}

@media (max-width: 768px) {
  body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
