.heading{
    /* font-family: Good Timing; */
    font-family: FontsFree-Net-good-timing-bd;
    color: black;
}
h3,h4{
    font-weight: bold;
}
code{
    background: black;
    color: white;
    font-size: 14px;
    padding: 12px;
    border-radius: 0px;
    display: inline-block !important;
    width: 100%;
    
}
.round{
    border-radius: 100px;
}
pre{
    background-color: #f1f1f133;
    border: 0.5px solid #DBDBDB;
    color: #444;
    clear: both;
    display: block;
}
.cont p,li {
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 16px;
    margin-top: 1em;
    line-height: 26px;
    /* margin-bottom: -0.46em; */
    font-style: normal;
    word-break: break-word;
    font-weight: 400;
    letter-spacing: -0.003em;
    color: rgba(41, 41, 41, 1);
}
.bio p{
    font-size: 14px;
    line-height: 25px;
}
.skills{
    margin-top:5px;
}
.bio p h4{
    font-size: 14px;
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
}
.anc{
    padding: 10px;
}
.anc image{
    width: 45px;   
}
.navbar{
    background: rgb(246,247,241) !important;
    color:white;
}
.navbar a p span li{
    color: white !important;
}
a{
    text-decoration: underline;
}
/* @font-face {
    font-family:"Good Timing";
    src: url("Good-Timing.ttf") format("truetype");
  } */
  @font-face {
    font-family:"FontsFree-Net-good-timing-bd";
    src: url("FontsFree-Net-good-timing-bd.ttf") format("truetype");
  }
  .spanH{
    color: rgb(91,92,87);
  }

  .tut-list{
    padding: 10px;
    border: 1px solid #DBDBDB;
    margin-top: 10px;
  }

  .tut-list:hover{
      cursor: pointer;
    border: 3px solid #DBDBDB;
    text-decoration: underline;

  }