.projects-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 32px 0;
}

.projects-wrap {
    width: 80%;
    border: double var(--accent-color) 8px;
}

.projects-instruction {
    text-align: center;
    max-width: 900px;
    box-sizing: border-box;
    padding: 12px 5%;
}