*{
    font-family: "ＭＳ Ｐゴシック";
    }
    
    body{
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e2/OrteliusWorldMap1570.jpg);
    background-size: contain;
    color: white;
    }
    
    h1, h2, h3, h4, #paragraph1, #historyArticles, #sources{
    max-width: 550px !important;    
    background-color: grey;
    border-style: dashed;
    border-width: 2px;
    padding: 8px;
    }
    
    p, ul{
    max-width: 840px; 
    background-color: grey;
    border-style: dashed;
    border-width: 2px;
    padding: 8px;
    line-height: 25px;
    }
    
    ul{
     list-style-type: none; 
    }
    
    #historyArticles {
    border-color: white;
    }
    
    a {
    color:antiquewhite;
    }
    
    img {
    border-style: dashed;
    border-width: 2px;
    }
    
    p {
    font-size: 18px;
    }
    
    #sources{
    font-size: 12px;
    list-style-type: none;    
    }


    #returnBack {
    border-width: 0px !important;
      
    }
    
    *::-webkit-scrollbar {
  width: 16px;
  
}

*::-webkit-scrollbar-corner {
  background: #dfdfdf;
}

*::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf;
}

*::-webkit-scrollbar-track {

  background-image: url(https://upload.wikimedia.org/wikipedia/commons/5/56/Mercator_Septentrionalium_Terrarum_descriptio.jpg);
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
display: block;
}

::-webkit-scrollbar-button:vertical:start {
height: 16px;
background-image: url(https://raw.githubusercontent.com/jdan/98.css/d39788c7886173b48399268d25c83874b1681a05/icon/button-up.svg);
}
::-webkit-scrollbar-button:vertical:end {
height: 16px;
background-image: url(https://raw.githubusercontent.com/jdan/98.css/d39788c7886173b48399268d25c83874b1681a05/icon/button-down.svg);
}
::-webkit-scrollbar-button:horizontal:start {
width: 16px;
background-image: url(https://raw.githubusercontent.com/jdan/98.css/d39788c7886173b48399268d25c83874b1681a05/icon/button-left.svg);
}
::-webkit-scrollbar-button:horizontal:end {
width: 16px;
background-image: url(https://raw.githubusercontent.com/jdan/98.css/d39788c7886173b48399268d25c83874b1681a05/icon/button-right.svg);
}
/*credit: https://github.com/jdan/98.css/blob/main/style.css*/

    