h1 {
    font-size: 40px;
    color: black;
}

h2 {
    color: darkgray;
}
a{
    color: blue;
}
h3 {
    color: gray;
}
a{
    color: blue;
}
p { 
  font-size: 1.3em; 
  text-align: justify; 
  font-family: sans-serif; 
  
}
h1 {
    text-decoration: underline;
}

a {
  font-size: 30px;
}