h1 {
    font-size: 50px;
}

h3 {
    font-weight: bold;
    font-size: 30px;
}

body {
    display: block;
    overflow-x: hidden;
    background-color: rgb(227, 229, 230);
    line-height: 25pt;
    font-family: Gill Sans MT, 'Times New Roman', Georgia, Arial, Helvetica, sans-serif;
    color: rgb(65, 65, 65);
    font-size: 20px;
  }
