* {
  margin: 0;
  padding: 0;
}

body {
  background: black;
  align-items: center;
}

.clock {
  position: relative;
  text-align: center;
  color: #e98208;
  font-size: 35px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  letter-spacing: 7px;
}

.text1 {
  position: relative;
  text-align: center;
  color: #e98208;
  font-size: 35px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  letter-spacing: 7px;
}

.text2 {
  position: relative;
  text-align: center;
  color: #e98208;
  font-size: 35px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  letter-spacing: 7px;
  margin-right: 100px;
  margin-left: 100px;
  margin-top: -15px;
}

img {
  margin-top: 120px;
  width: 17%;
}

#myhour {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

#date {
  color: #e98208;
  font-size: 35px;
  margin-bottom: -10px;
}

#clock {
  color: #e98208;
  font-size: 35px;
}
