.ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  left: 0%;
}

.li {
  float: left;
}

.li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.li a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.li, .dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #eee;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #888}

.dropdown:hover .dropdown-content {
  display: block;
}

/*Home display */
body {
  background-color: #555;
}

h1 {
  color: white;
}

.welcome {
  color: white;
  text-align: center;
  font-family: "Arial Black", Gadget, sans-serif;
  top: 10%;
}

.hometext {
  list-style-type: none;
  color: white;
  overflow: hidden;
}
.sponsorlist {
  color: rgb(240, 0, 0);
  left: 15%;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
  padding: 5px;

}
.hometexthead {
  color: rgb(0, 0, 250);
  padding: 10px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 25px;
}

.basictext {
  color: white;
  font-family: "Arial Black", Gadget, sans-serif;
  text-align: center;
}

.clockStylem {
      background-color: #666;
      border: rgb(30, 80, 200) 3px inset;
      padding: 8px;
      color: #40E0D0;
      font-family: 'Aldrich';
      font-size: 18px;
      font-weight: 100;
      letter-spacing: 3px;
      display: inline;
      position: absolute;
      top: 30%;
      left: 32%;
    }

.clockStylea {
      background-color: #666;
      border: rgb(30, 80, 200) 3px inset;
      padding: 8px;
      color: #40E0D0;
      font-family: 'Aldrich';
      font-size: 18px;
      font-weight: 100;
      letter-spacing: 3px;
      display: inline;
      position: absolute;
      top: 70%;
      left: 32%;
    }

.clockTitlem {
  color: white;
  font-family: sans-serif;
  font-size: 25px;
  top: 27%;
  left: 25%;
  width: 100%;
  margin: 70px 370px;
}

.clockTitlea {
  color: white;
  font-family: sans-serif;
  font-size: 25px;
  top: 27%;
  left: 25%;
  width: 100%;
  margin: 280px 403px;
}

.ownCompBtn {
  width: 200px;
  height: 60px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
  margin: 350px 485px;
  background-color: #aaa;
  border-width: 2px;
  border-color: #000;
}

.yourCompDiv {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
  color: white;
}

.clockStyley {
      background-color: #666;
      border: rgb(30, 80, 200) 3px inset;
      padding: 8px;
      color: #40E0D0;
      font-family: 'Aldrich';
      font-size: 18px;
      font-weight: 100;
      letter-spacing: 3px;
      display: inline;
      position: absolute;
      top: 50%;
      left: 30.5%;
    }

.gameBtn {
  width: 100px;
  height: 60px;
  border-width: 3px;
  border-color: navy blue;
  background-color: #aaa;
  font-size: 15px;
}

.timerTitle {
  width: 1000px;
  height: 30px;
  color: white;
  font-size: 30px;
  font-family: Arial;
}

.commentList {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 40%;
  left: 60%;
  background-color: #888;
  border-width: 3px;
  border-color: navy blue; 
  width: 350px;
  color: white;
}
.commentListHead {
  font-size: 23px;
  color:white;
  list-style-type: none;
}

.img1 {
  position: absolute;
  width: 400px;
  height: 300px;
  top: 33%;
  left: 10%;
}

.img2{
  position: absolute;
  width: 400px;
  height: 300px;
  top: 33%;
  left: 60%;
}

.imglong1 {
  position: absolute;
  width: 250px;
  height: 400px;
  top: 33%;
  left: 10%;
}
.imglong2 {
  position: absolute;
  width: 250px;
  height: 400px;
  top: 33%;
  left: 60%;
}















