*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
}
*body,html{
    height: 100%;
    width: 100%;
   
}
body{
    background-color:rgb(246, 248, 250);
}
#main{
    height: 200px;
    text-align: center;
    background-color: rgb(26, 36, 52);
    color: white;
    padding: 50px 50px;
}

h1{
    font-size: 40px;
    text-transform: uppercase;
}
h2{
    font-size: 30px;
    text-transform: uppercase;
}

p{
    font-size: 18px;
   
}
.container{

    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#intro{
    background-color: white;
}
#education{
    background-color: rgb(218, 240, 255);
}
#skills{
    background-color: rgb(244, 231, 184);
}
#projects{
    background-color: rgb(235, 230, 254);
}
#contact{
    background-color: rgb(187, 219, 198);
}
.sub-details{
    background-color: white;
    padding: 12px;
    margin-left: 200px;
    margin-right: 200px;
}   

.footer{
    text-align: center;
    padding: 20px;
    background-color: rgb(26, 36, 52);
    color: white;
    width: 100%;
}