@media only screen and (max-width: 715px) {
    .programming .icons {
        justify-content: center;
        margin-left: 0px;
    }
    .networking .icons {
        justify-content: center;
        margin-right: 0px;
    }
}


@media only screen and (max-width: 510px) {
    .header h1 {
        font-size: 2rem;
    }

    .header .text {
        font-size: 0.8rem;
    }

    .content h1 {
        font-size: 0.91rem;
    }

    .item .icon {
        width: 16px;
    }

    .item .info {
        font-size: 0.85rem;
    }

    .project_list .icon {
        width: 16.5px;
    }

    .project_list .info {
        font-size: 0.90rem;
    }
}

@media only screen and (max-width: 355px) {
    .header h1 {
        font-size: 1.7rem;
    }

    .header .text {
        text-align: center;
        font-size: 0.8rem;
    }
}
