body{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#fb-like{
  position:absolute;
  bottom: 15px;
  left: 15px;
  width: 150px;
  height: 100px;
}
#background{
  /*position: absolute;*/
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
#logo{
  position: absolute;
  bottom: 50px;
  right: 100px;
  width: 50vw;
  height: 15.66vw;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  #background{
  }
  #logo{
    right: calc(50vw - 150px);
    width: 300px;
    height: 94px;
  }
}
