@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext');
html {
	font-family: 'Quicksand', sans-serif;
	background: #292b36;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
html::-webkit-scrollbar {
  display: none;
}
@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 20px;
	}
}

.icons-social i {
	font-size: 2em;
	color: #00ea58;
}

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: 'Quicksand', sans-serif;
	font-size: 3.75em;
	font-weight: 600;
}

main > .tagline {
	font-size: 1.3rem;
	margin: 1.0rem 0;
	font-weight: 100;
}
.tagline a{
	text-decoration: none!important;
	
	color: #b3b3b3;
}

.icons-social i {
	padding: 7px;
}

.devto {
	margin-bottom: -0.20rem;
}

.devto svg {
	margin-bottom: -0.20rem;
	margin-left: 0.675rem;;
	width: 2.65rem;
	height: 2.65rem;
}
.user-tags {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    cursor: default;
}
.user-tags .tag {
    display: inline-block;
    font-size: 10pt;
    text-transform: lowercase;
    color: #00ea58;
    background: rgba(255,255,255,.07);
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
#avatar {
      width:114px;
      height:114px;
      top:20%;
      left:50%;
      margin:-65px 0 0 -57px;
      border-radius:100%;
          box-shadow: 0 0 0 3px rgb(41, 43, 54), 0 4px 5px rgb(0, 234, 88), 0 0 5px 5px rgb(0, 234, 88);
      background-image:url(../images/moazzam-ishaq-avatar.png);
      background-size:contain;
      position:relative;
      z-index:1;
    }

.container button{
    width: 150px;
    padding: 10px 0;
    border: 2px groove #00ea58;
border-radius: 50px;
    background: linear-gradient(145deg, #1e1e1e, #232323);
    
    color: #fafafa;
    transition: all 0.3s ease-out;
    font-size: 15px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.container button:active{
    
    color: #00ea58;
    border-radius: 50px;

}
.container a{
    text-decoration: none!important;
	font-size: 15px;
	color: #fafafa;
}
.container a:active{
    
    color: #00ea58;
    border-radius: 50px;