*{
 box-sizing: border-box;
 font-family: 'Poppins', sans-serif;
 
}

.Main{
 color: rgba(92, 35, 35, 0.863);
}

.NavbarIntroduction{
 text-align: center;
 color: white;
 border-radius: 20px;
 background-color: rgba(92, 35, 35, 0.863);
}

.Projects{
 padding: 20px;
 flex-direction: column;
 display: flex;
 border-radius: 20px;
 background-color: rgba(92, 35, 35, 0.863);
 
}
.About{
 background-color: rgba(92, 35, 35, 0.863);
 border-radius: 15px;
 font-size: 15px;
 padding: 10px;
 color: white;
}
.projectdiv{
 color: white;
 border-radius: 15px;
 background-color: rgba(92, 35, 35, 0.863);
}

