
h1{
  text-align: center;
  text-decoration-line: underline;
  
}

h3{
  color: red;
  font-family:sans-serif;
}

.internet{
  border-style: solid;
  border-radius:100px;
  float: right;
  border-width:5px;
  border-color: blue;
  border-radius: 50%;
  
  
}

h2{
  text-align: center;
  color: blue;
  text-decoration-line: underline;
  

}

body{
  background-color:cyan;
}




  