body {
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  background-color:rgb(195, 169, 159);
  text-align:center
}

.page-times {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  gap:0%;
  font-size: 6vh;
  font-weight: 500;
}

.page-logo-static {
  height:24vh;
  padding: 2vh;
}

.page-logo {
    animation: page-logo-spin infinite 60s linear;
    height:12vh;
    padding: 2vh;
  }

.page-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  font-size: 8vh;
  padding: 2vh;
}
@keyframes page-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  