h2,h1{
    background: linear-gradient(to left,  #ffb6c1, #9370db)
}
body, html{
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 20px;
}

body{
    background: linear-gradient(to right,  #ffb6c1, #9370db);
    justify-content: center;
    align-items: center;
    text-align: center;

}



header h1{
    font-size: 33;

}

header p{
    font-size: 18px;

}


p{
    
    font-size: 20px;
}

#pic1{
    max-width: 10%;
    height: auto;
}


.more p{
    font-size: 16px;
}


.more {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}



.more #biking{
    max-width: 20%;
    height: auto;
}

.more #award{
    max-width: 20%;
    height: auto;
}

.more #resume{
    max-width: 20%;
    height: auto;
}
button{
    background:  linear-gradient(to right,  #ffb6c1, #9370db);
    cursor: pointer;
}
p{
    margin-left: 10px;
    margin-right:10px;
}