html, body {
   background-image: none; 
   font-family: Noto !important
}

.box {
 
  border: 5px solid #d4ac80;
  border-radius: 42px
}

.box_header {

  color: #000000;
  background-color: #f1e8da;
  border-radius: 42px 42px 0px 0px;
  border:none;
  font-size: 65px;
  padding: 10px;

}

#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;
}


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


#kollel{
  height: 1090px !important;
}

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

#weekday{
height: 860px !important;
}

#shabbos .box_line:last-of-type {
    display: none;
}
#clock{
font-family:monospace !important;
}

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

#shabbos > .box_line:nth-child(odd), #weekday > .box_line:nth-child(odd), #zmanim > .box_line:nth-child(odd) {
  color: #8c590a;
}
