body {
 background-image: url("streetlight.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  min-height: 100vh;
  margin: 0;
  background-color: #1a2334;
  
  
}

#i-hate-myself{
  justify-content: center;
  text-align: center;
  font-size: 34px;
  margin-bottom: -2.67rem;
  color: #ffcc53;
  }

.moon {
  top: 0.6161rem;

  width: 150.6767px;
  height: 150.6767px;

  background-image: url("themoon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 9rem; /*cant 67 here code ruined*/
  overflow: hidden; 

  z-index: 10;
  
}

.clock{
  color: white;
  padding: 2rem;
  width: 20rem;
  height: 11.67rem;
  margin: auto;
  position: relative;
}

#Date{
position: absolute;
  top: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px !important;
  text-align: center;
}

.clock ul{
list-style: none;
display: flex;
font-size: 3.67rem;
gap: 1.67px;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  
  .moon{
  position: absolute;       
  top: 20px;

  width: 150.6767px;
  height: 150.6767px;

  background-image: url("themoon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 90px; /*cant 67 here code ruined*/

  z-index: -1;
  overscroll-behavior: none;
  }
  
  .clock {
    height: 10rem;
    transform: scale(1);
    z-index: 10;
  }

  .clock ul {
    font-size: 100px;
    padding-top: 3.7rem;
    font-weight: 700;
  }

  #Date {
    font-size: 100px;
    margin: auto;
  }
  
  #i-hate-myself{
    display: none;
    }
}