.narrative {
font-size:3vh;
background-color: rgba(0,0,0,0.8);
width:100%;
min-height:7vh;
margin-top:40vh;
text-align:center;
padding:0.5vh;
padding-top:3vh;
left:0px;
}
.choice {
font-size:3vh;
background-color: rgba(0,0,0,1);
width:100%;
min-height:7vh;
text-align:center;
padding:0.5vh;
padding-top:3vh;
}
a {
text-decoration: none;
color:#90836c;
}
a:hover {
color:#d0ab6b;
}
body{
padding:0px;
margin:0px;
font-family: 'Cinzel', serif;
color:#d0ab6b;
}