#firstPage {
  display: block;
  height:100%;
  width:100%;
  margin, padding: 0px;
  cursor: pointer;
  z-index:3;
  background-color:white;
}

#logo {
  width:70%;
  height:50%;
  margin:15% 10% 15% 20%; 
  background-size:contain; 
  background-repeat:no-repeat;"
  background-color:aqua;
  position:absolute;
  top:0px;
  cursor: pointer;
  z-index:3;
}

img {
  width: 100%;
  display:block;
  position: absolute;
  bottom:0px;
  cursor: pointer;
  z-index:3;
}

#loadMessage {
	font-family: Verdana, Arial, Tahoma, Serif; color:#ffffff;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-size:2.3em;
	margin-top: 20%;
	text-align:center;
	font-weight:bold;
}

/*
@media only screen and (min-width: 1000px) {
  #logo {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20%;
    z-index: 2;
  }
  img {
    height: 100%;
    object-fit: contain;
    z-index: 2;
    position: absolute;
    margin-top: 5%;
    width: 30%;
    cursor: pointer;
  }
}
*/