
h1{
    text-align: center;
}
h2{
    text-align: left;
}
h3{
    text-decoration: darkgreen;
}

body{
    background-color:rgba(4, 79, 241, 0.952)
}
img{
    width: 30%;
    float: right;
}

 ul li a:hover {
  background-color: #111111;
}
    
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

ul li a {
  float: left;
}
ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
html{
  scroll-behavior: smooth;
}