h1 {color:blue;}
#h1 {
  background-color:#00ee00;
  border:dashed 3px;
  font-size: 1em;
  text-shadow: 3px 3px 3px blue;
  color:#000000;
  font-family:"Open Sans" serif;
}
h2{color:blue;}
#h2 {
  background-color:#aa0000;
  color:blue;
  text-shadow: 1.5px 1.5px 1.5px blue;
  border:dotted 2px;
}
#list {
  width:400px;
  height:200px;
  color:#ae0000;
}
main {
  display:flex;
  flex-direction:low;
  flex-wrap:no-wrap;
  justify-content:center;
}
@media (min-width: 700px){
  main{
    flex-direction:row;
  }
}
#AngryMrs_Pomp {
  transform:translate(50%, -65%);
}
  p{
    color:#0000a0;
  }
#FullRelease {
  background-image:url("https://projects.codecraftworks.com/web/GKmmRRrKguIgey9PZp7f/assets/Unknown-2.png");
}
#DrReflexSmashesTheTest {
  transform:translate(45%, -110%);
}


