
.header{
    background-color: cornflowerblue;
    text-align: center;
  }
  
  .about-me{
    font-size: 20px;
    opacity: 50% ;
}

.title{
  font-weight: bold;
}

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

h1{
  color:azure;
}