
body {
  background-color:#b0ffc5;
  color: hotpink;
}
#container {
   width: 300px;
   height: 720px;
   margin: auto;
   } 

h2 {
 text-align: center;
}
 
a {
  color:hotpink; 
  }
footer{
  transform: scaleX(-1);
  max-width:100%; 
  height: auto;
  }
  



  