/* style.css */

/* Reset default margins and paddings */
* {
    margin: 0;
    padding: 0;
  }
html {
    background-image: linear-gradient(to bottom right, #061407, #0d2a2b);

}
  /* Set some basic styles for the body */
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #fff;
    text-align: center;
  }
  
  /* Style the top bar */
  .topbar {
    background-color: #003d042c;
    padding: 10px;
    border: 1px
  }
  
  .topbar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    text-colo
  }
  
  /* Center the content */
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
  }
  
  /* Style the sections */
  section {
    padding: 50px;
  }
  
  section h1,
  section h2 {
    margin-bottom: 20px;
  }
  a:link {color: #35b179}  
  a:visited {color: #35b179}  
  