.section.section3 {
    background-color: var(--quinary);
    position: relative;
    color: var(--tertiary)
}

.section.section3 .someprojects {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: lighter;
    font-family: "Gasoek One";
}

