*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height:100%;
    width:100%;
    background-color: #F5F5F5;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#heading{
    background-color: #1e3583;
    color:white;
     width:100%;
    height:10rem; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
}
#container{
    min-height:80vh;
    width:80%;
    margin: auto;
    /* border:2px solid black; */
    display: flex;
    flex-direction: column;
    padding:1rem;
    background-color: #F5F5F5;
}
#name{
    text-transform: capitalize;
}
#profession{
       text-transform: capitalize;
       margin-top:10px;
}
#aboutme{
    min-height:8rem;
    width:100%;
    /* border:2px solid black; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#p1{
    padding: 5px;
       

}
#about{
    text-transform: uppercase;

     font-weight: 900;
}
#education{
     min-height:10rem;
    width:100%;
      border-radius: 10px;
    /* border:2px solid black; */
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(181, 254, 245);
    margin-top: 1rem;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#ed1{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
   
}
#ed2{
     background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    
}
#h2education{
    text-transform: uppercase;
 
    font-weight: 900;
    margin-bottom: 1rem;
}
#skills{
    min-height:16rem;
    width:100%;
    border-radius: 10px;
    /* border:2px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(249, 249, 184);
    margin-top:1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#sbox1{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    
}
#sbox2{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    ;
}#sbox3{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;

}#sbox4{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-bottom:15px;   
}
#h2skills{
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom:1rem;
    margin-top: 1rem;
}
#projects{
    min-height:15rem;
    width:100%;
    border-radius: 10px;
    background-color: rgb(252, 191, 252);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 2px solid black; */
    margin-top:1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#pbox1{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}
#pbox2{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: capitalize;
}#pbox3{
    background-color: white;
    width:60%;
    min-height:2rem;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 15px;
    border-radius: 5px;
    text-transform: capitalize;
}
#h2projects{
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom:1rem;
    margin-top: 1rem;
}
#contact{
    height:16rem;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(199, 255, 199);
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border:2px solid black; */
    margin-top:1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#cbox1{
    background-color: white;
    width:60%;
    min-height:auto;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    overflow:wrap;
    word-wrap: break-word;
    
}
#cbox2{
    background-color: white;
    width:60%;
    min-height:auto;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    
}
#cbox3{
    background-color: white;
    width:60%;
    min-height:auto;
    text-align: center;
    padding:5px;
    margin-top: 5px; 
    margin-bottom: 5px;
    border-radius: 5px;
    
}

#h2contact{
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom:1rem;
    margin-top: 1rem;
}
#footer1{
     background-color: #1e3583;
     height:4rem;
    padding: 22px;
}
#fh2{
    color:white;
    text-align: center;
   
}
@media screen and (max-width: 768px) {
    #contact{
        min-height: 18rem;
    }
    #h2contact{
        margin-bottom:10px;
    
    }
}