body {
  background-color: white;
  color: black;
  font-family: Times-New-Roman;
  padding-left: 40px;
  padding-top: 10px;
  font-size: 1.125em;
}

a:link { color: #E22B2B}
a:visited { color: #AB0F0F }
a:hover { color: #3366CC }

.footer {
    text-align: center;
    padding: 15px;
    height: 50px;
    background-color: #dedede;
    color: #222222;
    position: relative;
    bottom: 0;
    padding-bottom: 27px;
    left: 0;
    right: 0;
    margin: 15px 100px 15px;
}

.box {
  background-color: #E22B2B;
  width: 400px;
  height: 500px;
  padding: 25px;
  margin: auto;
  margin-top: 50px;
}

.text {
    height: 90px;
    width: 645px;
    padding-bottom: 50px;
    margin: auto;
}

.thething {
   width: 400px;
   height: 500px;
   margin: auto;
}

