:root {
  background-color: white;
}
h2 {
  text-align: center;
  color: mediumblue;
}
p {
  text-align: center;
  color: black;
}
h1 {
  text-align: center;
  font-family: 'Rampart One', cursive;
  color: navy;
}
input {
  text-align: center;
  border-radius: 10px;
  width: 60px;
  height: 30px;
  color: yellow;
  background-color: navy;
  border: none;
}
.left {
  float: left;
  margin-bottom: 15px;
}
.right {
  float: right;
  margin-bottom: 15px;
}