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