.article-container {
    width: 50%;
    margin: auto;
    justify-content: center;
}

h1 {
    font-size: 4rem;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
}

p {
    font-size: 1.25rem;
}

.logo-article {
    height: 8rem;
    object-fit: contain;
}

section {
    margin: auto;
    margin-bottom: 50px;
}

.seperator-container {
    display: flex;
    vertical-align: center;
}

.seperator {
    height: 5px;
    width: 40vw;
    background-color: var(--primary-text-colour);
    margin: auto;
    margin-left: 30px;
    margin-right: 30px;
}