* {
    margin: 0;
    padding: 0;
  }
  html {
    scroll-behavior: smooth;
  }
  header nav ul {
    background-color: navy;
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-weight: bolder;
    position: absolute;
    display: flex;
    list-style: none;
  }
  header nav ul li a {
    text-decoration: none;
    padding: 10px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
    color: red;
    font-size: larger;
  }
  #logo {
    background-image: url("/icons/pexels-pixabay-414102.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    z-index: -1;
  }
  
  .title {
    text-align: center;
    justify-content: center;
    font-size: 50px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
      "Lucida Sans", Arial, sans-serif;
  }
  .title img {
    margin-top: 250px;
    width: 200px;
    box-shadow: 5px 5px 13px rebeccapurple;
    border-radius: 101px;
  }
  .title h4 {
    color: whitesmoke;
    padding: 0px 58px 0px 49px;
    font-size: 50px;
    text-shadow: 2px 2px 4px #000000;
  }
  main{
    position: absolute;
    top:80px;
    left: 2px;
  }
  main a{
    color: white;
    text-decoration: none;
  }
  .download{
    color: blue;
  }
  .download:hover{
    color: rgb(10, 10, 82);
  }
  