
* {
  margin: 0;
}

html, body {
  height: 100%;
  width:auto;

}

  body {
      background-image: url(assets/image.jpg);
      background-repeat: repeat;
      background-size: 100%;
  }

  /* .image {
    position: fixed;
      left: 2%;
      top: 4%;
      bottom: 4%;
  } */



  .title {
    position: fixed;
    right: 5%;
    top: 20%;
    font-family: 'GTWalsheimProTrial-Bold';
    font-size: 40px;
  }

  .close {
    position: fixed;
    right: 2%;
    top: 1%;

  }

  .open {
    position: fixed;
    right: 5.5%;
    top: 1%;

  }

  .open:hover {
    transform:scale(1.2);
  }

  .close:hover {
    transform:scale(1.2);
  }
