:root {
  background-color: white;
}
.list,
.element,
.other,
.smart,
.animals {
  font-weight: bold;
  color: mediumblue !important;
}
h1 {
  font-family: 'Rampart One', cursive;
  text-align: center;
  color: navy;
}
input {
  text-align: center;
  border-radius: 10px;
  width: 60px;
  height: 30px;
  color: yellow;
  background-color: navy;
  border: none;
}

.middle {
  width: 480px;
  margin-left: 660px;
}
.left {
  float: left;
}
.right {
  float: right;
}
li {
  color: black;
}
a {
  color: mediumblue;
  text-decoration: none;
}
a:active {
  text-decoration: underline;
}


