@font-face {
  font-family: Noto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(Noto.ttf);
}

html, body {
  background-image: none;
  background: linear-gradient(135deg, #faf6f0 0%, #f0ebe3 100%);
  font-family: Noto !important;
}

.box {
  border: 1px solid #d4ac8060;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.box_header {
  color: #000000;
  background: linear-gradient(180deg, #f5ead8, #efe0cc);
  border-radius: 19px 19px 0 0;
  border: none;
  border-bottom: 2px solid #d4ac8040;
  font-size: 65px;
  padding: 10px;
}

.box_line {
  border-bottom: 1px solid #d4ac8020;
}

#clock > div {
  border: 0.4vh solid #d4ac80 !important;
  background-color: rgb(241 232 218 / 57%) !important;
}

#clock {
  background-position: calc(50% + 5px) calc(50% - 1px) !important;
  background-size: 90% !important;
  font-family: monospace !important;
}

#kollel {
  height: 1090px !important;
}

#shabbos {
  top: 980px !important;
  height: 810px !important;
}

#weekday {
  height: 860px !important;
}

#shabbos .box_line:last-of-type {
  display: none;
}

.custom_image {
  max-height: calc(100% - 108px);
  max-width: 100%;
}
