@import "common.css";

main {
    width: 100%;
    height: calc(100% - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section {
    width: 50%;
    padding: 20px 10px;
    margin-top: 20px;
    border-bottom: 2px solid #222323;
}

section h3 a {
    color: #222323;
    text-decoration: none;
}

section h3 a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    section {
        width: 90%;
    }

    .date {
        display: none;
    }
}

.date {
    color: #4C4D4C;
    float: right;
}