@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');

*, *::before, *::after{
  box-sizing: border-box;
  margin: 0;
}

body{
  background-color: rgba(4, 3,3);
}

.container{
  font-family: 'Orbitron', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  color: rgb(6, 255,0);

}

.clock, .date{
  text-shadow: 2px 2px rgb(211, 228, 205);
}
.clock{
  font-size: 100px;
}

.date{
  font-size: 50px;
}