body {
  background-color: lightblue;
}
h1 {
  color: #0C090A;
  text-align: center;
  font-weight: 700;
  font-size: 60px;
}
h3{
  font-size: 40px;
}
h6{
  font-size: small  ;
}
p {
  font-family: verdana;
  font-style: normal;
  font-weight: 400;
  color: darkblue;
}
.image{
  width: 1500px;
}
