
body {
   background-color:#9EAA85;  font-family:'Times New Roman', Times, serif; font-style:italic;
}

h1{
 font-weight:normal; font-size:45px; color:#31C514;
}
 h2, h3, h4, h5, h6, figure {
font-size:16px; font-style:normal; font-weight:normal; letter-spacing:5px; color:#000; font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1920px) {
.pocket{
   margin:0 auto; margin-top:50px;background:rgba(218,239,174,0.7); border:solid 3px #31C514; color:#000; width:40%; min-height:200px; text-align:center; padding:40px;
   }
   }

p{
line-height:25px;
 font-size:16px;
}
@media screen and (max-width: 480px) {
  .pocket{
   margin:0 auto; margin-top:40px;background:rgba(218,239,174,0.7); border:solid 3px #31C514; color:#000; width:70%; min-height:200px; text-align:center; padding:20px;
   }
   
   h1{
 font-weight:normal; font-size:40px; color:#000;
}
p{
line-height:25px;
 font-size:14px;
}
  }
}
