body {
    font-family: arial, sans-serif;
    line-height: 1.44;
    font-size: 12pt;
    margin: 0;
    overflow: visible;
    overflow-x: hidden;
  }
  h2 {
      font-size: 26pt;
  }
  p {
    color: black;
    text-indent: 50px;
  }
  .header {
    background-color: #333;
    color: white;
    text-align: center;
    margin: 0;
    padding: 16px;
    color: white;
  }
  html {
    scroll-behavior: smooth;
  }
  
  .country-inf{
    margin-top: 50px;
    margin-bottom: 0px;
  }
  
  .world-imperialism-map-parallax {
    /* The image used */
    background-image: url("images/World_empires_and_colonies_around_World_War_I.png");
  
    background-size: 10px;
    /* Set a specific height */
    height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .nav-ul{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }
  
  .side-ul {
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    background-color: #f1f1f1;
    height: 100vh;
    overflow: auto;
  }
  .side-ul li a {
    display: block;
    color: #000;
    padding: 8px 64px;
    text-decoration: none;
  }
  
  .side-ul li a:hover {
    background-color: #555;
    color: white;
  }
  
  .information{
    margin-left:25%;
    padding:1px 16px; 
  }
  
  .scroll-up-button {
    display: inline-block;
    padding: 8px 8px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: indigo;
    background-color: #ccc;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #888;
  }
  
  .scroll-up-button:hover {background-color: #aaa}
  
  .scroll-up-button:active {
    background-color: #999;
    box-shadow: 0 5px #555;
    transform: translateY(4px);
  }
