:root {
  background-color: white;
}
h2 {
  text-align: center;
  color: mediumblue;
}
h1 {
  text-align: center;
  font-family: 'Rampart One', cursive;
  color: navy;
}
p {
  text-align: center;
  color: black
}
input {
  text-align: center;
  border-radius: 10px;
  width: 60px;
  height: 30px;
  color: yellow;
  background-color: navy;
  border: none;                          
}
.left {
  float: left;
}
.right {
  float: right;
}
.middle {
  text-align: center !important;
  margin-left: 660px;
}
a {
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
}
a:active {
  text-decoration: underline;
}


