* {
    margin: 0;
    padding: 0;
    /* border: 1px solid rgba(255, 255, 255, .3); */
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    background-color: black;
    color: cornsilk;
}

.explainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    text-align: center;
    text-justify: center;
}

.text-chunk {
  padding: 1%;
}

a {
  color: inherit; /* blue colors for links too */
}