html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 165, 237, .8);
}

#controls {
  visibility: hidden;
}

.container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.HolyGrail {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  /* background: linear-gradient(rgba(1, 165, 237, 1), rgba(186, 226, 243, 0.5));
  display: flex;
  flex-direction: column;
  align-items: center; */
}

.HolyGrail,
.HolyGrail-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  position: absolute;
  top: 23%;
  text-align: center;
  z-index: 10;
}

.plane {
  position: absolute;
  top: 24.5%;
  text-align: center;
}

.tel {
  position: absolute;
  bottom: 24.5%;
  text-align: center;
  cursor: pointer;
}

.main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copyright{
	position: absolute;
  bottom: 5%;
  text-align: center;
  font-size:12px;
}

.copyright a{
	color:#fff;
}

@media (max-width: 768px) {
  .plane img {
    width: 68%;
  }
  .logo img {
    width: 45%;
  }
  .tel img {
    width: 44.66%;
  }
}