body {
  font-family: georgia;
  background-image: url(https://s3.amazonaws.com/codecademy-content/courses/learn-css-selectors-visual-rules/hypnotize_bg.png);
}
.header {
  background-color: cornflowerblue;
  text-align: center;
}

.about-me {
  font-size: 20px;
  opacity: 0.50;
}

.title {
  font-weight: bold;
}

h1 {
  color: azure;
}