.two-column {
    display: flex;
}

.introduction {
    width: 80%;
    height: 100%;
}

.introduction-image{
    width: 20%;
    height: 100%;
    padding: 0.5em 0.5em;
}

.date {
    width: 20%;
    height: 100%;
}

.paper {
    width: 80%;
    height: 100%;
}

.news {
    background-color: rgb(233, 232, 232);
    padding: 0.2em 1em;
    /* border-radius: 6px; */
}

.copyright {
    text-align: center;
    font-size: 0.8em;
    color: #666;
}

.h2-section {
    /* font-size: 1.5em; */
    /* margin: 0.5em 0; */
    padding: 1em;
}

.h3-section {
    /* font-size: 1.5em; */
    /* margin: 0.5em 0; */
    padding: 0em 0em;
}

a:link {
 color: #0063ee;
 text-decoration: underline;
}

