*{
  font-family: helvetica;
}

.leading-none, 
.text-6xl{
  line-height: 1;
  font-size: 3.75rem;
}

/*h1{
  
  padding-top:100px;
  margin: 0;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px
  
}*/

body{
  font-family: inherit;
    line-height: inherit;
}

button{
  background: #3B82F6;
  color: white;
}

.btn:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1;*/
	position: relative;
	-webkit-font-smoothing: antialiased;
  border-radius: 5px; color: white;
  width: 100%;
}

.namebtn{
  padding-top:150px;
  padding-bottom:150px;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  
	
}




.aboutme{
  background: #3B82F6;
  height: 100%;
  color: white;
  padding-top:100px;
  padding-bottom:100px;
}

.blog{
  padding-top:100px;
  padding-bottom:100px;
  background: #e5e7eb;
}

.card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 800px;
  margin: auto;
  padding: 25px 20px 20px 20px;
  text-align: left;
 
  
}

.p{
  text-align: left;
   padding: 25px 10px 6px 6px;
}



.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
  padding: 2px 16px;
}

.float-left{
 float: left;
}
