
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Bebas Neue',sans-serif;
}

.clock{
    width: 100%;
    height: 100vh;
}

.clock__image{
    max-width: 100%;
    height: 100vh;
    background: url(./img/thought.png) no-repeat center center;
    display: grid;
    place-items: center;
}

.clock__text{
  color: white;
  font-size: 52px;
}

.clock__text > h5{
    float: right;
}

#met{
    font-size: 28px;
}