body{
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  background-color: #EFEFEF;
  font-size:18px;
}

footer{
  padding-top: 50px;
  padding-bottom: 50px;
}

main{

margin-top: 30px;
margin-bottom: 30px;
height:90vh;

}

header{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 5%;
  margin: auto;
  background-color: white;
  color: black;
  text-align: center;
  
}

#name{
  margin: auto;
  padding: 10px 0px 20px 0px;
}

table{
  border: 1px solid black;
  margin: auto;
}

tr{
  border-bottom: 1px solid black;
  text-align: center;
}

tr:nth-child(even) {
  background-color: #D6EEEE;
}

.overview{
  width:85%;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  background-color: white;
  border: 0.5px solid gray;
  box-shadow: 1px 1px;
  font-size: 18px;


}

.blog{
  width:90%;
  min-height:70%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
}

.name-card{
  width: 40%;
  display: inline;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px 0px 0px 5%;
}

#name{
  font-size: 50px ;
  font-weight: bold;
}

#title{
  font-size: 45%;
  font-weight:normal;

}

.title-link{
  text-decoration: none;
  color:#f4900c;
}
.title-link:visited{
  color:#ff9c59;
  text-decoration: none;
}

.contact{
  width:60%;
  margin: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
}

img .social:hover{
  width: 55px;
  height: 55px;
}



img.dp{
  margin: 20px;
}

.navbar{
  display: flex;
  justify-content: space-around;
  width: 50%;
  margin: auto;
  background-color: white;
}

.nav{
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}


.nav-link{

  width: 33%;
  text-decoration: none;
  display: block;
  color:black;

}

.social{
  text-decoration: none;
  color: black;

}
.social:hover{
  text-decoration: underline;
}


footer{
  background-color: white;

  height:10%;
}

.link-nav{
  width:100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.nav:hover{
  text-decoration: underline;
}



#ov-title{
  padding-left: 50px;
  padding-top: 50px;
  
}
#ov-img{
  margin: auto;
  padding: 40px;
  justify-self: center;
  align-items: center;
}



.article{
  width: 90%;
  background-color: white;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0.5px solid gray;
  box-shadow: 1px 1px;
  padding: 30px;

  
}
.article-date{
  width:10%;
}
.article-content{
  width:80%;
  margin: auto;
}

.blog-img {
  width:100%;
  height:100%;
  margin: auto;
  padding: 10px;
  text-align: center;
  display: inline-block;
}

.img-grid {
  display: grid;
  grid-template-columns: 55% 40%;
  gap: 20px;
}
.thumbnail {
  width:90%;
}

.article-img{
  width:100%;
  height:auto;
  text-align:center;
}

.article p{
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}


.nav p {
  text-align: center;
  color: white;
  background-color: #ff9c59;
  width: 100%;
  margin:auto;
  padding: 16px;
  
  
}

p{
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

iframe{
  width: 80%;
  height: 500px;
  margin: auto;
  text-align: center;
}

.stack{
  display: flex;

}

.stack-item{
  padding: 0px 10px 0px 10px;
  margin-right: 10px;
}

.stack-item p{
  font-size: 11px;
}

#python 
{
   background-color: #FFFFCC;
}

blockquote{
  text-align: center;
}

#snowflake{
  background-color: lightblue;
  color: white;
}

#dbt{
  background-color: coral;
  color: white;

}

#looker{
  background-color: violet;
  color: white;
}

#tableau{
  background-color: crimson;
  color: white;
}

#flutter{
  background-color: #7fcdff;
  color: white;
}

#mongodb{
  color: white;
  background-color: #008a20;
}

#nodejs{
  color: black;
  background-color: greenyellow;
}

#unity{
  background-color: black;
  color: white;
}

#c-sharp{
  background-color: purple;
  color: white;
}

#talend{
  color:white;
  background-color:cornflowerblue;
}

footer{
  width: 100%;
  height: 20%;
}

.container{
 display: grid
}


.item{
  grid-row: 3/3; 
}