﻿.page {
    padding: 2px;
}

#more_btn {
    width: 100px;
    background-color: cornflowerblue;
    padding: 0.5rem;
    color: white;
    text-align: center;
    border-radius: 0.5rem;
    margin: 1rem auto 0 auto;
    cursor: pointer;
}

#logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.section img {
    width: 100% !important;
    height: auto !important;
}

.similarArticles {
    width: 100%;
}
