body {
  overflow: hidden;
  margin: 0px;
}

p {
  line-height: normal;
}

/*html, body {
  padding: 0; 
  margin: 0px;
}*/

.image {
  position: absolute;
  width: 120px;
  height: auto;
  z-index:15;
  margin:-60px 0 0 -60px;
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#canvasRegn {
  position: absolute;
  width: 99%;
  height: 99vh;
}

#earth_div{
  top: 0px;
  right: 0px; 
  bottom: 0px; 
  left: 0px;
  position: absolute !important;
  z-index: 1;
}

#weather_info {
  position: absolute;
  width: 300px !important;
  top: 0px;
  left: 100%;
  transform: translate(-100%, 0%);
}

#btn {
  position: absolute;
  z-index: 5;
  width: auto !important;
  top: 5px;
  left: 10px;
}

#joint_join {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 5;
  text-align: left !important;
}

#cast {
  position: relative;
  width: 40px;
}

.time {
  font-size: 5vw;
  margin: 15px 0px;
  /*height: 70px;
  transform: translate(-50%, -50%);
  width: 100%;*/
}
.text {
  font-size: 2vw;
  margin: 0px;
  /*transform: translate(-50%, -50%);*/
}

#\31  {
  /*position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#\31 > div {
  width: 100%;
  text-align: center;
}

#\31 > div:first-child {
  z-index: 5;
}
@media only screen and (max-width:1200px){
  .time {
    font-size: 6vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 2vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:1100px){
  .time {
    font-size: 7vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 3vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:1000px){
  .time {
    font-size: 8vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 4vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:900px){
  #weather_info {
    display: none;
  }
  #btn {
    position: absolute;
    z-index: 5;
    width: 100% !important;
    top: 5px;
    left: 10px;
  }
  .time {
    font-size: 9vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 5vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:800px){
  .time {
    font-size: 10vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 5vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:700px){
  .time {
    font-size: 11vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 6vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:600px){
  .time {
    font-size: 12vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 6vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:500px){
  .time {
    font-size: 13vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 7vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:400px){
  .time {
    font-size: 14vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 7vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:300px){
  .time {
    font-size: 15vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 8vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}
@media only screen and (max-width:200px){
  .time {
    font-size: 16vw;
    margin: 15px 0px;
    /*height: 70px;
    transform: translate(-50%, -50%);
    width: 100%;*/
  }
  .text {
    font-size: 8vw;
    margin: 0px;
    /*transform: translate(-50%, -50%);*/
  }
}