.projects_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.projects_text a {
    color: var(--orange);
    text-decoration: underline;
}

.projects-date-tags {
    text-align: center;
    font-size: 14px;
    color: var(--darkgray);
}
.projects_text {
    overflow-x: hidden;
}

.projects-block img {
    max-width: 80vw !important;
    height: auto !important;
}