body {
    background-image: url("balloons.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
}

.title {
  background-color: blue;
  color: chartreuse;
  font-family: fantasy;
}

.text {
  background-color: blue;
  color: orange;
  font-family: sans-serif;
}

a {
  color: red;
  text-decoration: none;
  border-style: inset;
  border-width: medium;
  border-radius: 15px;
  border-color: black;
  padding: 5px;
  background-color: red;
  color: blue;
  font-weight: bold;
}

ol {
  background-color: blue;
  color: orange;
}