body {
  background-color: #ffffff;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right:0;
  margin: 0;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    color:#D22B2B;
    position: relative;
    justify-content: center;
    height:140px;
    img {
        position:absolute;
        left:0;
        right:0;
    }
}


nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #D22B2B; 
    padding-top:12px;
    padding-bottom: 12px;
    margin-top:12px;
    
    a {
        margin-left: 24px;
        text-transform: uppercase;
        color:#ffffff; 
    }
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.split {
    display: flex;
    flex-direction: row;

    div {
        margin: 12px;
    }
}