@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSans-VariableFont.woff2") format("WOFF2");
}
@font-face {
  font-family: "Noto Sans italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/NotoSans-Italic-VariableFont.woff2") format("WOFF2");
}
* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
  scrollbar-width: thin;
}

html {
  background-color: #ffffff;
  font-family: "Noto Sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: #000000;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-container {
  position: fixed;
  width: 95vw;
  height: 95vh;
  top: 2.5vh;
  left: 2.5vw;
}

.week {
  background-color: #ffffff;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 35rem;
  padding: 0.1rem;
  height: 30rem;
  opacity: 0.4;
  flex-wrap: wrap;
}

.header {
  width: 35rem;
  height: 2rem;
  background-color: #f1f1f1;
  display: block;
  border: none;
  font-family: "Noto Sans";
  font-weight: bold;
  font-size: 1.5rem;
  align-items: center;
  align-content: center;
}

.item {
  width: 10rem;
  height: 5rem;
  display: block;
  background-color: #ffffff;
  background-color: #f1f1f1;
  border: 1px solid black;
}/*# sourceMappingURL=style.css.map */