body{
    background-repeat: no-repeat;
    background-image: url("narrative.jpg");
    background-color: #8A6530;
     font-family: Arial, Verdana, sans-serif;
}
fieldset{
    margin: 2%;
    padding: 2%;
    background-color: white;
    opacity: .8;
    border-radius: 15px;
}
legend{
    font-size: 1.2em;
    font-weight: 600;
    background-color: white;
}
h1{
    font-size: 2.4em;
    text-align: center;
    margin: 3% 0 3% 0;
    color: #8B8E3D;
    text-shadow: 1px 1px #333;
}
h3{
   font-size: 1.4em; 
}
p{
    font-size: 1.2em;
}