body{
  font-family: impact;
}
#nextTime{
  display:flex;
  float:right;
  text-align:center;
  margin-right:360px;
  font-size:80px;
  z-index:9;
}
a{
  text-decoration:none;
  color:white;
}
#button{
  margin-right:400px;
  margin-top:-250px;
  float:right;
  font-size:35px;
  display:flex;
  background-color:black;
  color:white;
  border-style:solid;
    border-color:gray;
  text-align:center;
  align-items:center;
  justify-content:center;
  width:160px;
  height:60px;
}
#button:hover{
  background-color:white;
  border-color:black;
  color:black;
}