  .timebuttt{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: x-large;
    background-color: rgb(238, 152, 22);
    color: white;
    border: 3px solid;

  }
  .timebuttt:hover{
    background-color: rgba(192, 119, 30, 0.952);
    color: black;
    cursor: pointer;
  }

  .page{
    display: none;
    text-align: center;

  }

  .page:target{
    display:inline;
  }

