.content {
    width: 50%;
    margin: auto;
    box-sizing: border-box;
    padding-top: 20px;
}

.content p,ol,ul {
    margin: 0px;
    white-space: pre-wrap;
}

.content h2 {
    text-align: justify;
}

#articlelinklist a {
    text-decoration: none;
    font-size: 30px;
    display: block;
    width: 100%;
    color: black;
    padding: 12px;
    box-sizing: border-box;
}

#articlelinklist a:hover {
    color: white;
    background: red;
}

.excerpt {
    display: inline;
}

/* Changes for phones */
@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
        margin: 0px;
    }
}