body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.frosted {
  /* border-radius: 0;
  background: linear-gradient(
    to bottom,
    rgba(245, 250, 255, 0.25),
    rgba(255, 255, 255, 0.25)
  ); */
  background: 0;
  backdrop-filter: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.timeNdate {
  color: #f0f8ff;
}

header,
footer {
  display: none;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 80vh;
  /* animation: grow 4s ease-out; */
  position: absolute;
}

@keyframes grow {
  0% {
    height: 40vh;
  }
  100% {
    height: 80vh;
  }
}

/*
    <animateMotion
      path="M0,0 q60,100 100,0 q60,-20 100,0"
      begin="0s"
      dur="10s"
      repeatCount="indefinite" />


*/
