body{
    background-color: black;
    color: lightgreen;
    font-family: 'Staatliches', cursive;
    
}

nav{
    
background-image: linear-gradient(315deg, #63d471 0%, #233329 74%);


}



.navbar-light .navbar-brand {
    color: lightgreen !important; 
    text-shadow: blue !important;
}
nav{
    text-shadow: lightgreen;
    text-align: right;
    position: fixed;
}


#jumbocontainer{
    margin-top: 16rem;
    margin-bottom: 16rem;
    
    border: 3px solid transparent;
    border-width: 5px;
    

}
/* #jumbocontainer{
    margin-top: 7rem;
    margin-bottom: 7rem;
    text-shadow: #233329;
} */

#about{
    margin-top: 12rem;
    font-size: larger;
    margin-bottom: 10rem;
    margin-left: 2rem;
    margin-right: 2rem;
    
}

h2{
    font-size: 100px;
}

#about h2{
    margin-bottom: 3rem;
}

#about h4{
    margin-left: 7rem;
    margin-right: 7rem;
    margin-top: 3rem;
}

#about p{
    border: 3px double lightgreen;
    margin-right: 6rem;
    margin-left: 6rem;
    padding: 3rem;
}
 /* .container, h2{
font-size: 50px ;
 } */

 #projects{
     text-align: center;
 }
 
 .btnbtn-primary{
     background-color: black;
 }

 #profile{
     height: 250px;
     width: 200px;
     border-radius: 100%;
     margin-bottom: 1rem;
 }

 #projects{
     margin-bottom: 3rem;
 }

 .card{
     margin-bottom: 2rem;
 }

 .card a{
     background-color: black;
     border-color: lightgreen;
 }

 .card a:hover{
     background-color: lightgreen;
     border-color: black;
 }


 
  /* form{
      text-align: center;
      height: 200px;
      width: 200px;
      /* border: 2px solid lightgreen; */
  */

  /* #contact{
      text-align: center;
  } */

  #email{
      width: 100%;
  }

  #textarea{
      width: 100%;
      height: auto;

  }

   form{
      
      height: auto;
      
      
      margin: 0;
      
      
      


  } 

   #contactcontainer{
      text-align: center;
  } 

  

  

  .sidebarcontact{
      
      justify-content: space-evenly;
      display: flex;
      width: 600px;
      height: auto;
      padding: 40px;
      box-shadow: 0 20px 50px rgba(120, 253, 175, 0.932) ;
      

  }

  /* .sidebarcontact input,
  .sidebarcontact textarea{
      
  } */

  form input,
  form textarea{
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid lightgreen;
    outline: none;
    margin-right: 0;
    

  }

  

  .fa-times{
      color: black;
      
  }

  #inline{
      display: inline;
  }
  
  

  #git{
      flex-direction: row;
      margin-left: 1rem;
  }

  .fa-github{
      color: lightgreen;
  }

  .fa-linkedin-in{
      color: lightgreen;
  }

  footer{
      text-align: center;
  }

  h2{
      font-weight: bold;
      font-size: 30px;
  }