body{
    background-color: beige;
}
.pageTopper{
    text-align: center;
}
.pageTopper img {
    height: 200px;
    width: 200px;
}
.text-gradient {
    font-size: 72px;
    background: -webkit-linear-gradient(#d30f98, #0793a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.projImg{
    height: 200px;
}
.summaryHeader{
    text-align: center;
    font-size: 2rem ;
    color: purple;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sectionHeader{
    color: purple;
    font-size: 2rem;
    text-align: center;
}
.links{
    display: flex;
    justify-content: space-around;
}
.button{
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
}
.summary p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

@media(max-width: 480px){
    .links{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}