body{
  background-color: rgb(19, 22, 31);
  font-family: "Nunito", sans-serif;
}

c
nav{
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 220px;
  }
  
  .a1{
  color: rgba(255, 255, 255, 0.87);
  text-decoration: none;
  }
  
  .HR{
  border: 0;
  height: 1px;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.05);
  margin-left: 620px;
  margin-right: 620px;
  }
  
  .HHR{
    border: 0;
    height: 1px;
    position: relative;
    bottom: 200px;
    background-color: rgba(255, 255, 255, 0.05);
    margin-left: 520px;
    margin-right: 520px;
  }
  
  .Link{
  position: relative;
  top: 25px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(255, 255, 255, 0.11);
  background-color: rgba(255, 255, 255, 0.020);
  margin-bottom: 35px;
  }
  
  .SVG{
    position: relative;
    top: 10px;
  }
  
  .SVG1{
    position: relative;
    top: 40px;
  }
  
  .Port{
  padding-left: 8px;
  }
  
  .BL{
  margin-left: 25px;
  padding-right: 8px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.685);
  }
  
  .BL:hover{
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.685);
  transition: 1s;
  }
  
  .name{
  font-size: 20px;
  color: rgba(255, 255, 255, 0.884);
  }
  
  .Git{
  position: relative;
  top: 25px;
  padding: 10px;
  border-radius: 50px;
  border: solid 1px rgba(255, 255, 255, 0.11);
  margin-bottom: 35px;
  }
  
  .Git:hover{
  background-color: rgba(255, 255, 255, 0.034);
  transition: 1s;
  }
  /* Navbar End */