  body {
    margin: 0;
    padding: 0;
    background-color: #e7f1ff;
    font-family: 'Raleway', Arial, sans-serif;
    line-height: 1.5;
  }

  .container {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
  }

  header {
    background-color: #007bff;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
  }

  header img {
  max-width: 100%;
  height: auto;
  display: block; /* removes any extra space below the image */
}

  nav {
    background: #0056b3;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }

  nav a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
  }

  nav a:hover {
    background-color: #003d82;
  }

  .content {
    padding: 20px;
    background-color: #f1f9ff;
  }

  footer {
    background-color: #df6710;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }
h1 { font: bold 'Raleway', sans-serif; text-align: left; font-size: 20px; color:#0fb30b; display: inline-block;}
h2 { font: bold 'Raleway', sans-serif; text-align: left; font-size: 18px; color:#0fb30b; display: inline-block;}
h3 { font: bold 'Raleway', sans-serif; text-align: left; font-size: 16px; color:#a3610c; padding: 0px; margin: 0px;}
h4 { font: bold 'Raleway', sans-serif; text-align: left; font-size: 16px; color:#3c1d8c; padding: 0px; margin: 0px;}

#top  {
    width:100%;
    height:100%;
background-color: #ffdb99;
    border:1px solid #b3adad;
    border-collapse:collapse;
    padding:10px;
align-items: center; /* This centers the content vertically */
justify-content: left; /* This centers the content horizontally */

/* Since padding is added, box-sizing is set to border-box to include padding in the element's total width and height */
box-sizing: border-box;

a.lang-button{
    background: linear-gradient(to right,#eb5203 ,#df0909);
    background-color: #eb5203;
    color: #fff;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: 800;
    font-style: normal;
    text-decoration: none;
    padding: 2px 12px;
    border: 0px solid #000;
    border-radius: 10px;
    display: inline-block;
    float: right;
   }
   a.lang-button:hover{
    background: linear-gradient(to right,#ed7051 ,#e25151);
    background-color: #ed7051;
   }
   a.lang-button:active{
    transform: scale(0.95);
   }

   img .pleft {
    float: left;
    padding-right: 7px;
  }

  #back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    font-size: 24px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
}

  @media (max-width: 600px) {
    nav a {
      display: block;
      margin: 5px 0;
    }
  }