*{
  margin: 0;
  padding: 0;
  background-color: black;
  border: none;
  outline: none;
  user-select: none;
}

.glass{
  position: relative;
  display: flex;
  top: 0;
  left: 225px;
  width: 0;
  height: 0;
  color: white;
  font-size: 2.1em;
  letter-spacing: 2px;
}

section{
  position: relative;
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clock{
  position: relative;
  width: 700px;
  height: 250px;
  background-color: black;
  z-index: 1000;
}

.clock .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.clock .container h2{
  font-size: 10em;
  color: white;
}

.clock .container h2:nth-child(odd){
  padding: 15px 15px;
  border-radius: 10px;
  margin: 0 10px;
}

.ampm{
  position: relative;
  top: -50px;
  font-size: 2em;
  color: white;
  font-weight: 700;
}
