  h1 {
  font-size: 25px
  }
  
  h3 {
  font-size: 20px;
  font-weight: bold;
  border-style: solid dotted dotted dotted;
  border-color: #273e74;
  border-width: 1px; 
  padding: 2px 5px;
  color: grey;
  }
  
  p {
  font-size: 16px;
}