body {
    background-color: #FFFFF0;
 }

 p {
    position: relative;
    left: 10px;
    font-size: 1em;
 }

 h1{
  font-size: 2em;
 }

 h3 {
   font-size: 1.5em;
 }

 h4 {
   font-size: 1.5em;
 }

 h1,
 h3 {
    text-align: center;
    font-family: Georgia;
 }

 .header {
    margin-bottom: 10px;
 }

 .base-political {
    margin-bottom: 10px;
    max-width: 500px;
    min-width: 100px;
    text-align: center;
    position: relative;
    left: 350px;
 }

 .new-universe {
    margin-bottom: 10px;
 }
 
