body{
  background-color: powderblue;
}
ul {
    list-style-type: none;
    margin: 8px;
    padding: 6px;
    overflow: hidden;
    background-color: black;
    border:2px;
    border-radius: 5px;
}
a{
  color:white;
  text-decoration: none;
  
}

 h2 a{
   color:white;
   text-decoration: none;
   font-size: 10px;
   font-weight: bold;
 }

ul b{
  color:yellow;
  margin:80px;
  text-decoration:none;

}
.sub
{

  font-family:courier;
  background-color: black;
  text-align: center;
}

.new h4{
  background-color: black;
  color:white;
  font-size: 40px;
  text-align: center;
  border-radius:4px;
}

li {
    float: left;
    border:2px solid black;
}

li a {
    font-weight:bold;
    color:white;
    border:3px solid red;
    border-radius:20px;
    display: block;
    padding: 8px 100px;
    background-color: black;
    text-decoration:none;
}
li a:hover{
  background-color:grey;


}
.rty h1{
  text-align:center;
  color:white;
  background-color: black;
  font-size:40px;
  font-family: sans-serif;
  border-radius: 4px;
}
.rty p{
  color:red;
  background-color:white;
  font-size:20px;
  display:block;
}
.qwe{
background-color: black;
}
.we{
  background-color: black;
  color:white;
  font-size:20px;
  text-align:center;
}
