@import url("../../common.css");

.articles {
    width: 100vw;
}

.sermon {
    width: 80%;
    height: 65vh;
    overflow: auto;
    margin: 2vw auto;
    font-size: 1.3rem;
    background-color: rgb(243, 241, 235);
}

.sermon h2 {
    text-align: center;
}

.sermon-content {
    column-count: 3;
    column-gap: 2vw;
    padding: 2vw;
}
