/* 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');

#wrapper{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.gfx{
  width:100%;

}
section{ 
  
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: aqua;
}

/* mouse over link */
a:hover {
  color: mediumpurple;
}

/* selected link */
a:active {
  color: paleturquoise;
}


body {
  background-color: black;
  font-family: "Open Sans", sans-serif;
  padding: 5px 5px;
  
  font-size: 30px;
  margin:5px;
  color: #ffffff;
  
  }
  
.patrickhand {font-family: 'Patrick Hand', cursive;
  font-size:1.5em;
}
h1 {
  font-family: "Arial", sans-serif;
  font-size: 32px;
}
  
h6 {
    font-family: "Arial", ;
    font-size: 14px;
  padding: center;
}
header{
  font-family:"Arial" cursive;
  padding: middle;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 12.5px;
  
}
body{
  margin: 0px;
  font-size: 10px;
}
#mycontainer { display: grid; grid-template-columns}

@media (min-width:500px)

