/* site.css */
header {
  /*font-family: 'Times New Roman', serif;*/
  display: block;
  vertical-align: middle;
  border-width: 2px;
  border-style: solid;
  font-size: 16pt;
  letter-spacing: 4px;
}

html {
  background-color: #E27D60;
  border-style: solid;
  border-width: 5px 4px;
}

footer {
  text-align: center;
  border-style: solid;
  border-width: 2px 2px;
  font-size: 8pt;
  font-weight: bold;
  margin-bottom: 5em;
}

body{
  text-align: center;
  font-size: 12pt;
  margin: 2em 25em;
}



.img {
  width: 25%;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  left: 0px;
}

.img2 {
  width: 22%;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  right: 0px;
}