#projectButtons {
    background-color: #171010;
    border-color: unset!important;
}


.customDivPadding {
    padding: 0 300px;
}

.customFontSize {
    font-size: 1rem;
    line-height: 2rem;
}

@media(max-width: 480px) {
    .customFontSize {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .customDivPadding {
        padding: 0 100px;
    }
}


.align {
    text-align: center;
}

.projectTechList {
    list-style-type: none;
}