/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

*{ box-sizing: border-box; }

#wrapper{
  width: 100%;
  max-width:800px;
  margin:0 auto;
  background-color: #ffffff;
  padding: 25px;
}
body {
  align-content: center;
  font-size: 1.5em;
  color: #000000;
  background-image: url(Background%20for%20homepage2.jpg);
 
}

h1 {
  font-family: 'Libre Baskerville';
  font-size: 1.7em;
}
p {color: purple;
  font-size: .89em;
  text-align: center;
}
.gfx{
  width: 100%;
  padding: 20px;
  border-radius:25%;
  background color:#fbdeff;
}
.list{
  text-decoration: none;
  color:purple;
  align-content: center;
  
}
a{
  text-decoration: none;
  color:purple;
  align-content: center;

}
@media (min-width:800px){
  section{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
  }