body {
  padding: 0;
  margin: 0;
}

header {
  height:100px;
  background-color: white;
  width: 90%;
  text-align: right;
  position: relative;
}

header > a + img {
  width: 100%;
  position: absolute;
  top: 54px;
  height: 46px;
  left: 0;
}

#main {
  background: url('./img/pink.png') no-repeat center;
  width: 90%;
  background-position-y: top;
  background-color: white;
  padding-top: 10px; 
}

#main h1 {
  font-size: 26px;
  margin-bottom: 30px;
}