
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  

  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
    color: #333333;
  }
  

  section a {
    color: black;
    text-decoration: underline;
  }

  section a:visited {
    color:purple;
  }

 

  section a:hover {
    color:gray;
  }

  

  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  

  ul {
    list-style: none;
    padding-left: 0;
  }
  

  input,
  button,
  textarea,
  select {
    font: inherit;
  }
  

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2;
  }
  