 body{
    background-color: rgb(0, 0, 0);
 }
 
 .head-1{
    background-color: antiquewhite;
    
    height: 40px;
    text-align: center;
    padding: 50px;
    font-size: xx-large;
    border: solid red 2px;\
    border-radius: 30px; 
}

.nav{
    background-color: beige;
    
    height: 20px;
    padding: 30px;
    border: solid red 2px;
    text-align: center;
    font-size: x-large;
    border-radius: 20px;

}

p{
    font-size: 20px;
}

#article{
    font-size: larger;
}

.article{
    background-color: beige;
    width: 100%;
    text-align: center;
    height: 200px;
    border: solid red 2px;
    border-radius: 20px;

}

.section{
    background-color: blanchedalmond;
    width: 100%;
    height: auto;
     border: solid red 2px;
     text-align: center;
     border-radius: 20px ;
}

.section-2{
    background-color: beige;
    border: solid red 2px;
    width: 100%;
    height: max-content;
    border-radius: 20px;
    text-align: center;
}

.tamim{
    background-color: beige;
    
    height: max-content;
    border: solid red 2px;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}

.skill{
    background-color: bisque;
    width: 100%;
    height: max-content;
    text-align: center;
    border: solid red 2px;
    border-radius: 30px;
  

}
img{
width: 310px;
border-radius: 260px;
padding: 20px;
}





