html {
    padding-bottom: 20px;
    cursor: url(https://cur.cursors-4u.net/games/gam-4/gam372.cur), auto !important;
  }

@font-face {
  font-family: MedievalSharp;
  src: url('MedievalSharp-Regular.ttf');
}


  body {
    font-family: 'MedievalSharp', cursive;
    width: 800px;
    margin: auto;
    padding: 15px;
    background-image: url('https://image.freepik.com/vetores-gratis/fundo-de-espada-e-escudo-projeto-de-protecao-de-sinal-medieval_1284-45996.jpg');
  }
  
  .preamble, aside, .main {
    background-color: #CCCCCC;
    padding: 20px;
    margin: 0px;
    border-width: 3px;
    border-color: #000000;
    border-style: solid;
  }
  
  .main, .preamble {
    float: right;
    width: 445px;
    padding-top: 0px;
    background-color:#CCCCCC;
  }
  
  .preamble {
    padding-bottom: 0px;
    margin-top: 15px;
    border-bottom: 0px;
  }
  
  .main {
    border-top: 0px;
    background: #CCCCCC;
  }
  
  .summary {
    font-size: 0.8em;
    font-family: 'MedievalSharp', cursive;
    padding-left: 120px;
    padding-right: 120px;
  }
  
  .main p, .preamble p {
    text-indent: 2em;
    text-align: justify;
  }
  
  aside {
    position: absolute;
    width: 245px;
    margin-top: 15px;
    background-color: #CCCCCC;
    text-align: center;
  } 
  
  header, .summary {
    color:#FFFFFF;
    text-align: center;
  }
  
  h1 {
    font-family: 'MedievalSharp', cursive;
    font-size: 100px;
    text-align: center;
    -webkit-text-fill-color:#FFFFFF; 
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #000000;
  }
    
  h2 {
    font-family: 'MedievalSharp', cursive;
    font-size: 50px;
    text-align: center;
    -webkit-text-fill-color: #FFFFFF; 
    -webkit-text-stroke-width: 0.01px;
    -webkit-text-stroke-color: #000000;
  }
  
   h3 {
    font-family: 'MedievalSharp', cursive;
    background: -webkit-linear-gradient(#e04, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
    
  ul{
    list-style: none;
    padding-left: 0;
  }
  
  li {
    border-width: 5px;
    border-style: solid;
    background: #CCCCCC;
    border-width: 3px;
    border-color: #000000;
    border-style: solid;
    padding: 5px;
    text-align: center;
  }
  
  li a {
    font-family: 'MedievalSharp', cursive;
    font-size: 0.8em;
    font-weight: 700;
  }
  
  li:hover {
    background: #dae3e5;
  }
  
  li:active {
    background: #dae3e5;
    border-width: 3px;
    border-color: #000000;
    border-style: solid;
  }
  
  a {
    color: #34387f;
    cursor: url(https://cur.cursors-4u.net/games/gam-4/gam375.cur), progress !important;
  }
  
  .summary a {
    color: #34387f;
  }
  
  a:hover {
    color: #701313;
  }
  
  .main a {
    color: #34387f;
  }
  
  .main a:hover {
    color: #701313;
  }
  
  .main a:visited {
    color: #34387f;
  }
