.clock {
  width: 650px;
  height: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
 
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    color: aliceblue;
    background: url("https://giff.indiancinemaevents.org/wp-content/themes/ICE2022/images/ps1VF.png") center no-repeat ;
background-size: 650px 250px;
}