@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch&family=Lexend+Tera&family=Outfit&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Chakra Petch", sans-serif;
}

body {
  height: 100vh;
  background: linear-gradient(120deg, #dbff3bd8, #ff25edda);
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.msg-icon img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3)
}


#msg {
  font-size: 4rem;
  position: absolute;
  top: 15rem;
}

.relogio {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 200px;
  width: 550px;
  background: transparent;
  border-radius: 3px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
}

.relogio div {
  height: 170px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  border-radius: 7px;
  letter-spacing: 3px;
}

.relogio span {
  font-weight: bolder;
  font-size: 60px;
}

.relogio span.tempo {
  font-size: 10px;
}
