@import "reset.css";
@import "search.css";
@import "weather.css";
@import "clock.css";
@import "background.css";
@import "greeding.css";
@import "quote.css";
@import "todo.css";

body {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  position: relative;
}

.hidden {
  display: none;
}

.background2 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  z-index: 0;
}
