@font-face {
  font-family: Algerian;
  src: url(algerian.ttf);
}

html {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  margin: 0px;
  padding: 0px;
}

body {
  background-color: rgb(102, 83, 83);
  background-image: url(wal.jpg);
  background-size: 800px 480px;
  background-repeat: no-repeat;
  font-family:'Algerian','Courgette',Arial;
  width: 800px;
  height: 480px;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.timer {
  position: relative;
  color: #000000;
  font-size: 70px;
  margin-top: 5px;
  letter-spacing: 3px;
  text-align: center;
  font-family: Algerian, Orbitron;
}

.title {
  font-weight: 300;
  line-height: 1;
  font-size: 22px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  text-shadow: 3px 3px 12px rgb(0, 0, 0);
}

.highlight {
  display: inline-block;
  color: #000000;
  font-size: 45px;
  text-align: center;
  text-shadow: 3px 3px 8px rgb(0, 0, 0);
  text-decoration: none;
}

#lay {
  height: 480px;
  width: 800px;
  display: grid;
  grid-template-columns: repeat(12, [col-start] 62px);
  grid-template-rows: repeat(6, [col-start] 75px);
  row-gap: 6px;
  column-gap: 5px;
  padding: 0px;
}

.item1 {
  grid-area: 1 / 1 / span 2 / span 3;
}

.full {
  grid-column: auto / span 6;
  grid-row: auto / span 2;
}

.square {
  grid-column: auto / span 3;
  grid-row: auto / span 2;
}

.half {
  grid-area: auto / auto / span 2 / span 6;
}

.quarter {
  /* grid-area: auto / auto / span 2 / span 1; */
  writing-mode: vertical-lr;
/*   padding-left: 10px; */
  font-size: 30px;
}

.halfhigh {
/*   grid-column: auto / span 2;
  grid-row: auto / span 1;
  grid-auto-flow: row dense; */
  font-family: Algerian, Orbitron;
  font-size:35px;
  text-shadow: 5px 5px 7px rgb(0, 0, 0);
}

#myProgress {
  width: 373px;
  margin: 5px;
  background-color: rgba(255, 255, 255, 0.619);
}

#myBar {
  width: 100%;
  height: 30px;
  background-color: green;
}

.tile {
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display:grid;
  align-items:center;
  padding:5px;
}.tile-empty {
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display:grid;
  align-items:center;
  border: solid 7px rgba(0, 0, 0, 0.25);
  background-color: #00000069;
}
.tile-date {
  font-size:20px;
  color: #fff350;
  text-shadow: 5px 5px 6px black;
  text-align: center;
}

.tile-red {
  background-color: #e5e84094;
  box-shadow: 5px 5px 15px rgb(0, 0, 0);
  border: solid 7px rgba(0, 0, 0, 0.25);
}

.tile-clock {
  color: #fff350;
  font-size: 90px;
  letter-spacing: 10px;
  text-align: center;
  text-shadow: 5px 5px 6px black;
  font-family: Algerian, Orbitron;
 }

.tile-red:focus {
  background-color: #e5e84094;
  box-shadow: 5px 5px 15px rgb(0, 0, 0);
}

.tile-red:hover,
.tile-red:active,
.tile-red.active {
  background-color: rgba(235, 94, 0, 0.75);
  box-shadow: 5px 5px 15px rgb(0, 0, 0);
  border: solid 7px rgba(0, 0, 0, 0.25);
}