html{
  scroll-behavior:smooth ;
  overflow-x: hidden;
  scroll-snap-type:y mandatory;
  
}

.top-wrapper h3{
    background-color: black;
    display: inline-block;
}
body {
    margin: 0;
    font-family: "Lucida Grande";
  
   
  }
  
  a {
    text-decoration: none;
  }
 span{
     opacity:1;
     
 }
  .me{
      float:left;
      margin-left:38px;
      
  }
  .me img{
      size: 10em;
      margin-left: 20%;
      border-radius: 5px;
      box-shadow: #5f5d60 3px 3px;
      border: #5f5d60;
  }
  .intro{
      float: center;
      font-size: larger;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  .skills{
      text-align: left;
      margin-left: 40%;
  }
  .container {
    /* width: 1170px; */
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    
  }
  
  .top-wrapper {
    padding: 180px 0 100px 0;
    background-image: url(background.PNG);
    background-size: cover;
    color: white;
    text-align: center;
    
  }
  
  .top-wrapper h1 {
    opacity: 0.7;
    font-size: 45px;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
  
  .top-wrapper p {
    opacity: 0.7;
    margin-bottom: 3px;
  }
  
  .btn-wrapper {
    margin: 20px 0;
  }
  
  .btn-wrapper p {
    margin: 10px 0;


  }
  
 
  
  .linkedin {
    background-color: #55acee;
    color:black;
  }
  a{
      color:white;
      display: block;
  }
  .btn {
    padding: 12px 24px;
    color: white;
    display: inline-block;
    opacity: 0.8;
    border-radius: 4px;
  }
  
  .btn:hover {
    opacity: 1;
  }
  
  .fa {
    margin-right: 5px;
  }
  
  header {
    height: 65px;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
    
    position:fixed;
    top:0;
    
    z-index:10;
  }
  
  .logo {
    width: 124px;
    margin-top: 20px;
  }
  
  .header-left {
    float: left;
  }
  
  .header-right {
    float: right;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
  }
  
  .header-right:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  .header-right a {
    line-height: 65px;
    padding: 0 25px;
    color: white;
    display: block;
  }
  
  .lesson-wrapper {
    height: 500px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
    text-align: center;
  }
  
  .heading {
    padding-top: 60px;
    padding-bottom: 30px;
    color: #5f5d60;
    text-align: center;
  }
  
  .heading h2 {
    font-weight: normal;
  }
  
  .article {
    float: left;
    width: 25%;
    display: flex;
    margin-bottom: 100px;
    margin-left: 65px;
  }
  
  .lesson-icon {
      margin-top: 50px;
    position: relative;
    flex-wrap: wrap;
    
  }
  
  /* .lesson-icon p {
    position: absolute;
    top: 90px;
    width: 100%;
    color: white;
  } */
  .article img{
      width: 250px; 
      height: 150px;
      
      
      
     
  }
  .txt-contents {
    width: 80%;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    color: #b3aeb5;
  }
  
  .heading h3 {
    font-weight: normal;
  }
  
  .message-wrapper {
     
    border-bottom: 1px solid #eee;
    padding-bottom: 375px;
    text-align: center;
  }
  
  .message {
    padding: 15px 40px;
    background-color: #5dca88;
    cursor: pointer;
    box-shadow: 0 7px #1a7940;
  }
  
  .message:active {
    position: relative;
    top: 7px;
    box-shadow: none;
  }
  

  
  footer {
    padding-top: 30px;
    margin: 40px 0 60px 0px;
    text-align: center;
    font-style: italic;
    font-family: cursive;
    letter-spacing: 0.2px;
    /* margin-left:40%; */
  }