.TimLee{
    color:rgb(0, 255, 255);
}
.TimLee2{
  color:rgb(0, 255, 255);
  font-size:80px;
  text-align: center;
}
.TimLee3{
  color:rgb(0, 0, 0);
  font-size:80px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.TimLee4{
    color:rgb(0, 200, 150);
    font-size:80px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.TimLee5{
  font-size:50px;
  text-align:center;
}
.TimLee6{
  font-size:20px;
  text-align:center;
  margin:0 auto;
  display:block;
  padding:20px 20px;
  color:cyan;
}
.Rowlet{
    text-align: center;
}
a {
    color:rgb(0,255 ,100);
    font-size: 180px;
    text-align: center;
  }
h1{
    font-size: 100px;
    text-align: center;
  }
body{
    background-color:rgb(50,125,200);
}
img {
  display: block;
  margin: 0 auto;
}
h2{
  color:rgb(80,200,20);
  font-size:70px;
  text-align:center;
}
h3{
  color:rgb(255,255,255);
  text-align: center;
  font-size:120px;
}
h4{
  color:rgb(0, 238, 226);
  text-align: center;
  font-size:100px;
}
ul{
  list-style-type:none;
  margin:0 auto;
  padding:0;
  width:500px;
  background-color:#f1f1f1;
  border:2px solid #555;
}
li a{
  display:block;
  color:#000;
  padding:8px 16px;
  text-decoration:none;
  text-align:center;
  border-bottom:2px solid #555;
}
li:last-child{
  border-bottom:none;
}
li a:active{
  background-color:#04AA6D;
  color:white;
}
li a:hover:not(.active){
  background-color:#555;
  color:white;
}
.topnav {
    background-color: rgb(140, 220, 255);
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #000000;
    text-align: center;
    padding: 16px 18px;
    text-decoration: none;
    font-size: 34px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: rgb(235, 180, 95);
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: rgb(168, 0, 98);
    color: black;
  }