*{
  margin: 0;
  padding: 0;
}

body, p {
  font-family: Montserrat, Arial;
  background-color:black ;
  color: white;
  margin-right: 50px;
}

html{
  scroll-behavior: smooth;
} 

a{
  color: white;
  text-decoration: none;
}

nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 25vh;
  margin-left: 140px;
  margin-right: 140px;
  margin-bottom: 10px;
}

nav .left{
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 15px;
}

.each-logo{
  height: 30px;
  margin-right: 80px;
}


.About-button, .Skills-button, .CV-button{
  background-color: rgb(116, 105, 235);
  color: white;
  height: 40px;
  width: 200px;
  border-radius: 18px;
  border: none;
  font-weight: bold;
  font-family: Montserrat, Arial;
  font-size: 15px;
  cursor: pointer;
}

.About-button:hover, .Skills-button:hover, .CV-button:hover {
color: rgb(29, 29, 29);
padding: 5px 10px;
border: 1px solid white;
}

.main-text{
  font-size: 20px;
  font-family: Montserrat, Arial;
  font-weight: 400;
  color: white;
  max-width: 60%;
}


/* MAIN SECTION*/
.about-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: fit-content;
  padding: 0 50px;
  margin: 50px 0;
  margin-bottom: 300px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 170px;
  gap: 40px;
}

.about-container {
  display: flex;   
  flex-wrap: wrap;        
  justify-content: space-between;  
  align-items: center;        
  max-width: 100%;   
  margin-bottom: 90px;  
  padding-top: 20px;     
             
}


.main-text h2{
font-size: 40px;
padding-bottom: 50px;
font-weight: 400;
padding-top: 30px;

}

.main-text h1{
  font-size: 50px;
  padding-bottom: 30px;
  }

.buttoned-links{
  display: flex;
  justify-content:left;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 50px;
  padding-top: 40px;

}


.mypic01{
display: flex;
width: 350px;
height: 400px;
border-radius: 45%;
flex-wrap: wrap;
margin-bottom: 15px; 
margin-left: 100px;
}



.typed {
  color: white;
  text-shadow: 3px 3px 5px rgb(104, 91, 241);
  overflow: hidden;
  white-space: nowrap;
  flex-wrap: wrap;
  width: 0;
  letter-spacing: 10px;
  animation:typing;
  animation-duration: 2.25s;
  animation-timing-function: steps(600, end);
  animation-fill-mode: forwards;
}
  
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/*SKILLS SECTION*/

.skills-section{
  max-width: 800px;
  padding: 10px;
  margin-top: 100px;
}

.skills-title01{
  text-align: center;
  font-family: Montesrrat, Arial;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 6px;
  padding-top: 80px;
}

.skills-title02{
  text-align: center;
  font-family: Montserrat, Arial;
  font-size: 60px;
  margin-bottom: 12px;
}

.icon{
  height: 2rem;
  padding: 15px 20px;
  margin-left: 30px;
}


.article_container{
  display:flex;
  gap:100px;
  padding-left: 190px;
  padding-right: 190px;
  padding-top: 10px;
  padding-bottom: 100px;
  margin-top: 60px;
}

.column{
  flex: 1;
  padding: 20px;
  padding-top: 40px;
  border: 5px solid #333;
  align-content:stretch;

}

.icon-text{
  display: flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 12px;

}


