body {background-color: #0A2A5F;
  margin:50px 0; 
    padding:0;
    text-align:center;

onload: mytime();
}
input[type=submit] {
  background-color: #124BA1;
  border-radius: 15px;
  border: 2px solid black;
  color: white;
  padding: 10px 10px;
  text-decoration: none;
  margin: 2px 2px;
  cursor: po
width: auto;
}
input {
  box-shadow:inset 0px -1px 0px 0px #f0f7fa;
  background:linear-gradient(to bottom, #33bdef 5%, #0C4672 100%);
  background-color:#0C4672;
  border-radius:23px;
  border:2px solid #057fd0;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Impact;
  font-size:15px;
  font-weight:bold;
  padding:4px 13px;
  text-decoration:none;
  text-shadow:-30px 33px 26px #5b6178;
width: auto;
}
input[type=button]{
background: none repeat scroll 0 0 #66A3D2;
  border-color: #FFFFFF #327CB5 #327CB5 #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 3px #333333;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
color: white;
width: auto;
}
button {
	border: 3px solid #273E9F;
	border-radius: 7px;
	background-color: #53D1D7;
}
.myButton {
  box-shadow:inset 0px -1px 0px 0px #6874C5;
  background:linear-gradient(to bottom, #0A176B 5%, #5562B8 100%);
  background-color:#5562B8;
  border-radius: 9px;
  border: 2px solid #235FB8;
  display:inline-block;
  cursor:pointer;
  color:grey;
  font-family:Impact;
  font-size:14px;
  font-weight:bold;
  padding:4px 10px;
  text-decoration:none;
  text-shadow:-30px 33px 26px #5b6178;
  width: auto;
}
.myButton:hover {
  background:linear-gradient(to bottom, #104490 5%, #6094DF 100%);
  background-color:#104490;
}
.myButton:active {
  position:relative;
  top:1px;
}
.myblueButton {
  box-shadow:inset 0px -1px 0px 0px #628AB3;
  background:linear-gradient(to bottom, #6C8195 5%, #06203A 100%);
  background-color:#06203A;
  border-radius:10px;
  border:2px solid #057fd0;
  display:inline-block;
  cursor:pointer;
  color:#8EB2EE;
  font-family:Impact;
  font-size:14px;
  font-weight:bold;
  padding:4px 13px;
  text-decoration:none;
  text-shadow:-30px 33px 26px #5b6178;
width: auto;
}
 .thumbnail {
    position: relative;
    display: inline-block;
}
.caption {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: #66C5D8;
    font-size: 30px;
    font-weight: bold;
}
.box{
  background-color: #1FABB9;
  width: 470px;
  border-radius: 10px;
  border: 3px solid #88D6F3;
  padding: 5px;
  margin: 20px;
  color: #D5E2E7;
}

.boxb{
  background-color: #082452;
  width: 475px;
height: auto;  
border-radius: 10px;
  border: 3px solid #88D6F3;
  padding: 0px;
  margin: 0px;
  color: #8EB2EE;

}

marquee{
height: auto; 
background-color: #061B3E;
}




.boxt{
  background-color: #02091D;
  width: 300px;
  border-radius: 10px;
  border: 3px solid #88D6F3;
  padding: 0px;
  margin: 20px;
  color: #D5E2E7;
}
.thumbnail {
    position: relative;
    display: inline-block;
}
.caption {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: #66C5D8;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Tangerine', serif;
    font-size: 78px;
}
::placeholder {
  color: #BED1E4;
  opacity: 1; /* Firefox */
}

