
   
   #main {
        border:0px solid red;
        padding:15px;
        text-align:left;
        display:flex;
        flex-direction: column;
        background-image: url(/imagens/fundo2.png);
        border:3px dashed #31b5eb;
        max-width:900px;
    }
    #autor {
        border:0px solid red;
        padding:10px;
        display:flex;
        flex-direction:row;
    }
    #simbolo-autor {
         border:3px dashed #31b5eb;
        padding:15px;
        min-width:100px;
         background-image: url("/imagens/fundo.png");
        box-shadow: 0 0px 5px#31b5eb;
        margin-right:15px;
    }
    #nome-autor {
        padding:10px;
        box-shadow: 0 0px 5px#31b5eb;
         background-image: url("/imagens/fundo.png");
         text-align:right;
         border-left:3px dashed #31b5eb;
         border-right:3px solid #31b5eb;
         border-top:3px solid #31b5eb;
         border-bottom:3px solid #31b5eb;
        width:100%;
    }
   
hr {
       border:1px solid #31b5eb;
       box-shadow: 0px 0px -5px #31b5eb;

}
    #texto {
        padding:10px;
         border:0x solid #31b5eb;
        margin:10px;
        margin-top:20px;
    }
      a {
    color: white;
    transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
    text-decoration:none;
    font-family: 'Courier Prime';
    text-shadow: 0 0 10px #46a9d5;
    }

 a:hover {
    font-style:italic;
    transition: 0.20s;
    color: black;
    background-color: #46a9d5;
    border: 4px solid #0b6b96;
}

 h3, h4, h2 {
    color:#eee;
    text-shadow: 0 0 10px #46a9d5;
     font-family: 'Audiowide';
  }

  p {
    font-size:1rem;
    font-family: 'Courier Prime';
    color: #eee;
    text-shadow: 0 0 10px #46a9d5;
  }