@charset "UTF-8";
/* CSS Document */
.header {
  height: 600px;
  background-color: #FFF;
}
.header h1 {
  font-size: 2.4rem;
  font-family: system-ui;
  font-weight: 100;
  color: #ed7a9b;
  padding-top: 80px;
/*  text-decoration: none!important;*/
  line-height: 1.4;
}
.header img {
  width: 120px;
  opacity: 0.7;
  padding: 60px;
}
@media (max-width: 1040px) {
 .header img {
  width: 100px;
  opacity: 0.7;
  padding: 40px;
} 
}
  .header a {
   text-decoration: none!important; 
  }
@media (min-width: 1040px) {
  .header {
    height: 600px;
    max-width: 1040px;
    margin: 0 auto;
  }
  .header h1 {
    font-size: 5rem;
    font-family: system-ui;
    font-weight: 100;
    padding-top: 120px;
/*    text-decoration: none!important;*/
    line-height: 1.4;
  }
  .header a {
   text-decoration: none!important; 
  }
}