h1 {
    font-family: macho, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 250%;
    text-align: left;
    font-variant-numeric: slashed-zero;
}
p {
    font-family: macho, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    text-align: center;
    font-variant-numeric: slashed-zero;
}
a {
    font-family: macho, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 125%;
    text-decoration: none;
    text-align: center;
    color: rgb(165, 26, 49);
    font-variant-numeric: slashed-zero;
}
a:hover {
    color: white;
    background-color: rgb(165, 26, 49);
}
a:visited {
    color: rgb(165, 26, 49);
}
img {
    width: 50%;
    margin-left: 25%;
}
.espacamento {
    height: 2.5%;
}
.hug {
    width: 80%;
    margin: auto;
}
#coluna {
    width: 30.33333%;
    padding: 1%;
    float: left;
}
#corpo {
    margin-top: 0%;
    margin-left: 10%;
    margin-right: 10%;
}
.direita {
    margin-right: 1.5%;
    text-align: right;
}
.esquerda {
    margin-left: 1.5%;
    text-align: left;
}
.apresentacao {
    margin-left: 11.5%;
    margin-right: 11.55%;
    text-align: justify;
}
.poema {
    font-size: 125%;
    line-height: 150%;
}
.prosa {
    font-size: 125%;
    text-align: justify;
}
.prosa a {
    text-align: left;
    font-size: 100%;
    margin-left: 10%;
    margin-right: 10%;
    word-break: break-all;
    display: inline-block;
    color: white;
}
#legenda {
    padding-top: 10;
    text-align: center;
    font-size: 85%;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgb(165, 26, 49); /* Black*/
    overflow-x:scroll; /* Disable horizontal scroll */
    padding-top: 2%; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media only screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    img {width: 100%; margin-left: 0%;}
  }