@import "nav.css";
@import "footer.css";

body.index {
    background: blue;
}

body.index > .content {
    color: white;
}

.education-list {
    display: flex;
}

.education-list > div {
    max-width: 25em;
}

.education-list-item .card-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: red;
    margin: 15px auto;
}