#mid{
    flex-direction: column;
    align-items: center;
    padding-top:30px;
    padding-bottom:60px;
}

h1{
    text-align: center;
}

#desc{
    margin: 0px;
    margin-top: 50px;
    font-size: 100%;
    width: 800px;
}

#project_container, #grade_container, #award_container{
    margin:0px;
}

#projects{
    background-color: white;
    display:flex;
    justify-content: center;
    margin:0px;
    margin-left: 10px;
    margin-right: 10px;
    padding:20px;
}

#grades, #awards{
    display: flex;
    justify-content: center;
    margin:0px;
    margin-left: 10px;
    margin-right: 10px;
    padding:20px;
}

#list{
    display: flex;
    flex-direction: column;
}

.new_pic, .project_pic{
    margin-left: 20px;
}

.project_pic{
    width:350px;
}

.width_adjust{
    width:500px;
}

@media(max-width:1030px){
    #name{
        margin-bottom: 20px;
        width:300px;
    }

    h1{
        margin-bottom: 0px;
    }

    #desc{
        width:80%;
    }

    #project_container,#grade_container,#award_container{
        background-color: white;
        display: flex;
        flex-direction: column;
        padding-bottom:5px;
        padding-top:5px;
        margin:0px;
        width:93.5%
    }
    
    .new_pic{
        margin-left:0px;
        border: 2px solid black;
    }

    .project_pic{
        width:80%;
    }

    .width_adjust{
        width:225px;
    }

    #desc_align{
        width:250px;
    }
    
    .new_div{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding:20px;
    }

    .link_align{
        display: flex;
        justify-content: center;
    }

    .button_opacity{
        margin-top: 10px;
    }
    
    .button_pos{
        align-self: center;
    }
}