.header {
  background-color: CornflowerBlue;
  text-align: center;
  padding: 10px;
}

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

}

h2.title {
  font-weight: bold;
}

h1 {
  color: Azure;
}

body {
  font-family: "Century gothic";
  background-image: url(https://s3.amazonaws.com/codecademy-content/courses/learn-css-selectors-visual-rules/hypnotize_bg.png);
}

h6 {
  color: CornflowerBlue;
}
