@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.body{
    padding: 0px;
    margin: 0px;
}


.divSection{
    margin: 0;
    font-family: 'Roboto';

}

.hero{
    background-color: rgba(30, 30, 30, 0.997);
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.hero h1{
    color: aliceblue;
    text-align: center;
    margin: 0%;
}

.hero h2{
    color: aliceblue;
    font-size: 20px;
}

.about{
    background-color: aliceblue;
    height: auto;
    margin: 20px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;

}

.about h1{
    
    text-align: center;
    font-size: 28px;
}

.about p{
    text-align: center;
    font-size: 18px;
    margin-top: 0;
}

.education{
    background-color: rgba(239, 208, 160, 0.784);
    height: auto;
    margin: 20px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    gap: 20px;
}

.edu{
    text-align: center;
    background-color: white;
    padding: 10px;
    width: 700px;
    border-radius: 15px;

}

.edu h1{
    margin: 0px;
}

.skills{
    background-color: rgba(126, 129, 117, 0.784);
    height: auto;
    margin: 20px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    gap: 20px;
    font-size: 12px;
}

/* .skill header using for the imag and "skills" in same line */

.skillHeader{
    display: flex;
    align-items: center;
    gap: 10px;
}

.skillHeader img{
    width: 31px;

}

.projects{
    background-color: lavender;
}

.edu a{
    text-decoration: none;
    color: inherit; /* keeps the h1 colour */
}

.projecth1{
    font-size: 10px;
}

.contact{
    text-align: center;
    background-color: steelblue;
    align-items: center;
    padding: 40px 80px;
    margin: 20px;
    border-radius: 15px;
}

.contact h1{
    font-size: 33px;
    color: white;
}

.contactinfo{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    padding: 20px 40px;
    margin: 42px;
    gap: 20px;
    font-size: 18px;
}

.insta{

    margin: 20px auto;
    font-size: 14px;
    padding: 20px;
    
}

.insta h1{
    color: black;
    font-size: 19px;
}

.footer{
    background-color: black;
    text-align: center;
    width: 100%;
    height:100px;
    margin: 0px;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.footer p{
    color: white;
}