h2,h1,h4{
    background: linear-gradient(to left,  #ffb6c1, #9370db)
}

h1{
    font-size:36px ;
}

body, html{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

body{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.resume{
 
    align-items: flex-start;
    display: flex;

    justify-content: center;
    flex-direction: column;
    
    
}

h4{
  padding-right: 120px ;
}

header h1{
    font-size: 36px;

}

header p{
    font-size: 19px;

}

section h2{
    font-size:25px;

}

section ul{
    
    font-size: 19px;
}

section ul li{
    font-size: 19px;
  
}



.education{
    font-size: 19px;

}
.education ul li{
    margin-bottom: 10px;
}

.work-experience ul li{
    margin-bottom: 10px;
}


.coding-languages ul{

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

.coding-languages ul li{
    flex: 0 0 calc(55% - 40px);
    text-align: center;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 1px;

}

.pdf a{
    padding: 15px;
}


#resumePic{
   
    max-width: 10%;
    height: auto;
}

.title{
    font-size: 18px;
}

p{
    margin-left: 10px;
    font-size: 20px;
}
button{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    cursor: pointer;
}
