@media (max-width:600px){
  p{font-size:80%}
  }
  
.banner{
  background:#FFD7A7;
  width:100%;
  height:250px;
  }
  
.title{
  position:relative;
  font-size:75px;
  left:35%;
  font-family:"Brush Script M7", cursive;
  color:orange;
  }

table{
  display:table;
  width:125%;
  }

th{
  font-size:30px;
  font-family: "Lucida Console", "Courier New", monospace;
  color:orange;
  }

div{
  margin-right:300px;
  }
  
img{
  position:absolute;
  width:200px;
  height:auto;
  }

h1{
  font-size:40px;
  position:relative;
  left: 225px;
  font-family: "Lucida Console", "Courier New", monospace;
  }

p{
  font-size:25px;
  position:relative;
  left: 225px;
  font-family: "Lucida Console", "Courier New", monospace;
  }
  
@media print{
  h1, p{color:#000;}
  .title{color:#000;}
  table{display:none;}
  img{filter:grayscale(100%)}
  }
  