@charset "utf-8";

body {
  background-color: #89c4f5;
}

#logo {
  position: fixed;
  left: 80px;
  top: 80px;
  width: 500px;
}
#logo img {
  width: 100%;
}

footer {
  position: fixed;
  left: 80px;
  bottom: 80px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}
footer span {
  display: block;
  padding-bottom: 5px;
}
footer small {
}


@media screen and (max-width: 768px) {
#logo {
  left: 8.33vw;
  top: 15vw;
  right: 8.33vw;
  width: auto;
}

footer {
  left: 8.33vw;
  bottom: 12vw;
}
}