body {background-color: #b3c7f7}
body {font-family: Arial, Helvetica, sans-serif;}

.box {
  display: flex;
  font-size: 16px;
  column-gap: 1em;
  align-items: baseline;
  justify-content: space-around;
  width:  100%;
  margin-left: 50px;
  }

.one {
  width: 50px;
}

.two {
  width: 500px;
}

.three {
  width: 300px;
}

.four {
  width: 100px;
}

h1 {text-align: left; color: 000000; font-family:Arial, Helvetica, sans-serif; font-size:60px; padding-left:50px}
h2 {text-align: center; color: 000000; font-family:Arial, Helvetica, sans-serif; font-size:30px; padding:0px}
h3 {text-align: center; color: 000000; font-family:Arial, Helvetica, sans-serif;}

table {width: 100%;}
table {border-spacing: 50px;}
th, td {padding: 15px;text-align: left;}
td {vertical-align: top;}

div {padding-bottom: 20px}

p {max-width:55em}
p {"max-width:500px}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #006a25;}








