@charset "utf-8";
/* CSS Document */



.menu {
    justify-content: center;
}

.header {
    height: 750px;
}

.logo img {
    width: 170px;
}

.home-dates-dates div {
    /* font-size: 27px; */
    flex-basis: 100%;
}

.home-topics, .home-dates {
    width: 30%;
}

.home-topic-dates > div:nth-child(1) {
    max-width: 110px;
}

.home-topic-dates > div:nth-child(4) {
    max-width: 200px;
}

.img-extend-right {
    width: 100%;
}

.img-extend-left {
    width: 100%;
    margin-left: 0;
}