h1 {
  font-family: 'Arial'; 
  font-size: 40px; 
  color:black;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-family: 'Arial'; 
  font-size: 24px; 
  color:black;
  text-align: center;
}
h3{
font-family: 'Arial'; 
  font-size: 18px; 
  color:black;
  text-align: center;
}
p {
  color: #333;
  text-align: center;
  font-family:Arial;
  font-size:14px;
}
img{
    padding:1%;
}
