html body,
p {
  background-image: linear-gradient(to right, #E89EB8, #00F0FF);
  color: white;
  font-family: 'Courier New', Courier, monospace;
  cursor: url("/pink cursor.png"), default;
}

h1 {
  text-align: center;
  color: whitesmoke;
  font-family: 'Courier New', Courier, monospace;
}

h4 {
  text-align: center;
  color: beige;
  font-family: 'Courier New', Courier, monospace;
}

div {
  text-align: center;
  color: gray;
  background-color: #EFDFE9;
  width: 1200px;
  border: 8px solid bisque;
  padding: 50px;
  margin: 20px;
  font-family: 'Courier New', Courier, monospace;
}

.bow {
  background-image: radial-gradient(#00F0FF, #6c712e);
  text-align: center;
  width: 1200px;
  border: 8px solid bisque;
}

.navbar {
  text-align: center;
  width: 1200px;
  border: 8px solid bisque;
  display: flex;
  /* Places list items in a row */
  background-color: #333;
}