@charset "utf-8";

a {
    text-decoration: none;
}

.display-flex {
    display: flex;
}

.flex {
    float: left;
}

.spacer {
    height: 15px;
}

.spacer_bold {
    height: 30px;
}

.line_gray {
    height: 2px;
    background-color: gray;
}

.title {
    background-color: brown;
    color: white;
    text-align: center;
    line-height: 100px;
    height: 100px;
}

.text {
    text-align: center;
}

.photo-cover {
    width: 100%;
    text-align: center;
}

.photo {
    height: 300px;
    width: 500px;
    object-fit: cover;
    object-position: center;
}

.month-block {
    text-align: center;
    margin: auto;
}