/* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }

  * {
    font-family: 'Noto Sans TC', sans-serif;
  }

  body {
    line-height: 1;
    font-family: 'EB Garamond', serif;

  #house {
    height:450px;
    width:930%;
    background-image: url(../img/house.jpg);
    background-repeat: no-repeat;
    background-size: center;
    background-position: center 95%;
  }

  .container {
  width: 989px;
  margin: 0 auto;
  background-color: white;
  padding: 5px;