@font-face {
  font-family: Clock-Font;
  src: url(./Fonts/Clock/TickingTimebombBB.ttf);
}
@font-face {
  font-family: Reg-Font;
  src: url(./Fonts/Reg_Font/KGHAPPY.ttf);
}
.body{
    background-color: #3d3d3d;
    font-family: 'Source Code Pro', monospace;
    
}
.div{
    float: center;
}

.title{
    text-align: center;
}
.datetime{
    color: #fff;
    background: black;
    font-family: "Clock-Font", sans-serif;
    width: 340px;
    padding: 15px 10px;
    border: 3px solid black;
    border-radius: 5px;
    -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1));
    transition: 0.5s;
    transition-property: background, box-shadow;
    margin: 0 auto;
  }
  
  .datetime:hover{
    background: #3d3d3d;
    box-shadow: 0 0 30px #3d3d3d;
  }
  
  .date{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
  }
  
  .time{
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .time span:not(:last-child){
    position: relative;
    margin: 0 6px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
  }
  
  .time span:last-child{
    background: black;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0 5px;
    border-radius: 3px;
  }
  .controls{
      width: 18%;
      margin: 0 auto;
  }
  .button{
    color: white;
    background: black;
    border: 1px solid white;
    text-align: center;
    font-family: 'Reg-Font';
  }
  .Alarm-Date{
    display: flex;
    justify-content: center;
    width: 18%;
    color: white;
    background-color: black;
    font-family: 'Reg-Font';
    margin-left: 40.5%;
  }
/*For.Html*/
.form{
  background-color: aquamarine;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#form_input{
  background-color: #040BB7;
}
#To_Do{
  color: #040BB7;
}
#S-Day{
  color: #040BB7;
}
#Date{
  color: #040BB7;
}
#Form_Link{
  font-family: 'Source Code Pro';
  text-decoration: none;
  text-align: center;
  width: 20%;
  margin-left:44%;
  background-color: aquamarine;
}