/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}
body {
  font-family: "Roboto", sans-serif;
}
html,
body {
  height: 100%;
  background: #2C3333;
  font-family: "Raleway", sans-serif;
}
a:hover {
  text-decoration: none;
}

.clock {
  background-image: url(assets/img/1.png);
}
.clock-area {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
.clock {
  position: relative;
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 50% !important;
  box-shadow: 0px 4px 15px 0px #000;
  border: 4px solid #fff;
}
.text {
  color: #fff;
}

.text span {
  color: yellow;
}

.text p {
  font-size: 27px;
}

.text h1 {
  font-size: 50px;
}

.clock .hand {

}
.clock .hand.second {

}

.clock .hand.minute {

}

.clock .hand.hour {
 
}
.clock::after {

}
