/* 클래스 Header의 하위 자식 h1 요소 
1) color의 속성을  rgb(37, 147, 255) 로 적용 
*/
.Header h1 {
  color: rgb(37, 147, 255);
}
