
body {
  background-image:url(../bg001.png); background-position:center; background-repeat:repeat; background-color:#7C1142;  font-family:'Times New Roman', Times, serif; font-style:italic;
}

h1{
 font-weight:normal; font-size:45px; color:#FFDEAD;
}
 h2, h3, h4, h5, h6, figure {
font-size:16px; font-style:normal; font-weight:normal; letter-spacing:5px; color:#fff; font-family:Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1920px) {
.pocket{
   margin:0 auto; margin-top:50px;background:rgba(124,17,66,0.7); border:solid 3px #61052F; color:#fff; 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(124,17,66,0.7); border:solid 3px #61052F; color:#fff; width:70%; min-height:200px; text-align:center; padding:20px;
   }
   
   h1{
 font-weight:normal; font-size:40px; color:#fff;
}
p{
line-height:25px;
 font-size:14px;
}
  }
}
