.clock {
    /* background: #ececec; */
    
    width: 300px;
    height: 300px;
    margin: 0.5% auto 0;
    /* border-radius: 50%;
    border: 14px solid #333; */
    position: relative;
    /* box-shadow: 0 2vw 4vw -1vw rgba(0,0,0,0.8); */
  }
  
  .dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 10;
    box-shadow: 0 2px 4px -1px black;
  }
  
  .hour-hand {
    position: absolute;
    z-index: 5;
    width: 4px;
    height: 65px;
    background: white;
    top: 79px;
    transform-origin: 50% 72px;
    left: 50%;
    margin-left: -2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
 
  .minute-hand {
    position: absolute;
    z-index: 6;
    width: 4px;
    height: 100px;
    background: white;
    top: 46px;
    left: 50%;
    margin-left: -2px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 105px;
  }
  
  .second-hand {
    position: absolute;
    z-index: 7;
    width: 2px;
    height: 120px;
    background: gold;
    top: 26px;
    lefT: 50%;
    margin-left: -1px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transform-origin: 50% 125px;
  }
  
  span {
    display: inline-block;
    position: absolute;
    color: white;
    font-size: 22px;
    font-family: 'Poiret One';
    font-weight: 700;
    z-index: 4;
  }
  
  .h12 {
    top: 30px;
    left: 50%;
    margin-left: -9px;
  }
  .h3 {
    top: 140px;
    right: 30px;
  }
  .h6 {
    bottom: 30px;
    left: 50%;
    margin-left: -5px;
  }
  .h9 {
    left: 32px;
    top: 140px;
  }
  
  .diallines {
    position: absolute;
    z-index: 2;
    width: 2px;
    height: 15px;
    /* background: white; */
    left: 50%;
    margin-left: -1px;
    transform-origin: 50% 150px;
  }
  .diallines:nth-of-type(5n) {
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 25px;
    background: white;
    left: 50%;
    margin-left: -1px;
    transform-origin: 50% 150px;
  }
  
  .info {
    position: absolute;
    width: 120px;
    height: 20px;
    border-radius: 7px;
    background:white;
    text-align: center;
    line-height: 20px;
    color: #000;
    font-size: 11px;
    top: 200px;
    left: 50%;
    margin-left: -60px;
    font-family: "Poiret One";
    font-weight: 700;
    z-index: 3;
    letter-spacing: 3px;
    margin-left: -60px;
    left: 50%;
  }
  .date {
      top: 80px;
    }
  .day {
      top: 200px;
  }

  html {
    background: url("../img/curtains.jpg");
    
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;

    text-align: center;
    font-size: 10px;
   height: 100%;
  }

  /* @font-face {
    font-family: myFont;
    src: url(saadiq2.ttf);
} */

p{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 
  font-weight: lighter;
}

  .center {
     /* font-family: myFont,monospace;   */
  font-family:sans-serif,monospace;
  font-stretch: expanded;
  /* align-items: center; */
   font-size: 25px;
   font-weight: bold;
   color: white;
 
  margin-top: 1px;
   
 
  position: relative;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
   /* padding: 2rem; */
   /* outline: dashed 1px black; */
}


