body {
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  animation: box5 7s infinite;
}
.dial {
  height: 400px;
  width: 400px;
}

.timer {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10%;
}

* {
  font: inherit;
}

body {
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.timer input {
  display: block;
  border: none;
  width: 240px;
  font-size: 90px;
  text-align: center;
}

.timer button {
  border: none;
  font-size: 36px;
  cursor: pointer;
}

.timer button:focus {
  outline: none;
}

.timer input:focus {
  outline: none;
}

.controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}


.navbar{
  display: flex;
  justify-content: center;
  align-items:center;
  background-color:rgba(0,0,0,0.5);
  position: sticky;
  top:0px;
  padding-top: -0px;
}
.navbar ul{
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 20px;
  
}
.navbar ul li{
  
  font-size: 2.1rem;
  font-weight: bold;
}

.navbar ul li a{
  text-decoration: none;
  color: white;
  padding: 8px 25px;
  transition: all .5s ease;
  z-index: 1;
}
.navbar ul li a:hover{
  background-color: white;
  color: black;
  box-shadow: 0 0 10px white;
}

@keyframes box5 {
  from {background-color: rgb(173, 192, 247);}
  to {background-color: rgb(170, 170, 252);}
  to {background-color: rgb(152, 165, 253);}
  to {background-color: rgb(120, 162, 248);}
  to {background-color: rgb(122, 166, 253);}
}





  