main{
    margin: 20px;
}
main .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
    text-align: center;
    .middle{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    h3{
        display: flex;
        height: 2rem;
        align-items:center;
        justify-content: center;
    }
    .card{
        margin: 0;
        background-color: rgb(20, 0, 90);
        border-radius: 20px;
        width: 20%;
        min-width: 250px;
        height: 150px;
        padding: 0px 10px;
        color: rgb(172, 172, 172);
    }
    a{
        color: rgb(172, 172, 172);
        display: block;
    }
    @media(max-width: 767px){
        flex-direction: column;
    }
    /*
    #email{
        
    }
    #phone{

    }
    #socials{

    }
    #QA{

    }
    */
}
