html{
  height:100%;
}
body{
  color:#ff0000;
  font-family: 'Macondo', cursive;
  margin:0;
  height:100%;
}

#header{
  color:#c6c1c1;
  font-size:45pt;
  background-color:#660000;
  min-height:200px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.frame{
  border-bottom: 1px solid red;
}

.frame-type-table{
  border-bottom: 1px solid green;
}

main{
  color:#c6c1c1;
  font-size:45pt;
  background-color:#ffffff;
  min-height:200px;
  /*
  display:flex;
  align-items:center;
  justify-content:center;
  */
}

footer{
  color:#c6c1c1;
  font-size:45pt;
  background-color:#660000;
  min-height:200px;
  display:flex;
  align-items:center;
  justify-content:center;
}
