body {
    display:flex; flex-direction:column; justify-content:center;
  font-family: sans-serif, Arial, Helvetica; font-weight: 100; min-height: 100vh;
  margin: 0 auto;
}

.container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1777px;
    padding-top: 2em;
}



#death-column {
    background-color: #ffdddd;
    line-height: 1.75em; font-size: 1.25em;
    margin-right: 20px;
    padding: 0.5em;
    border-radius: 5px;
}

#life-column {
    background-color: #ddffdd;
    line-height: 2.22em; font-size: 1.25em;
    padding: 0.5em;
    border-radius: 5px;
  
}

h2 {
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

strong {
    color: #333;
}

img {width: 100%; height: auto;}

@media (max-width: 1555px) {
    html, body {margin: 0 auto; display: block;}
    .container { display: block;}
    #death-column {margin-right: 0px; margin-bottom: 1em; border-radius: 0px;}
    #life-colum {border-radius: 0px;}
    

}
