body {
  font-family: "Arial", sans-serif;
  background-image: linear-gradient(orange, lightblue, darkblue, orange);
}
footer{font-size:2em;
text-align:right}
h1 {color:black;
  text-shadow: 2px 3px 2px darkblue;
  text-align:center;

  
  
  
  font-size: 3.1em;
    margin-top: 0em;
  text-decoration:underline dashed;
color:black;
}

 img{
  width: 100%;
  height: 100%;
  }


#projects{color:black;}
#links {font-size:4em;
 }
#links{text-align:center;
}
 .boxes{background-color:#f4fa7f;
  background-image:radial-gradient(ellipse at center,#f4fa7f,rebeccapurple);
flex-direction:column;
display:flex;
}
a{color:black}
