

#projects-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.project-wrapper {
    width: 80%;
    border: 5px double var(--main-color);
    text-align: center;
}

.project-title {
    font-size: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.project-description {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}