 h1{
    font-style: normal;
    color:blue;
    display: flex;
    padding: 10px;
    font-size: medium;
    text-align: center;             
    flex-direction: row;
    
}

.parent-container{
    background-color: chartreuse;
    padding-bottom: 10px;
    padding-bottom: 10px; 
    text-align: center;
    font-size: medium;
    
     }
  
.child-container{
    text-align: center;
    background-color: chartreuse;
    padding: 10px;
    font-family: monospace;
    font-size: medium;
    display: flex;
}
h2{
    font-size:medium ;
   text-emphasis: none;
}
h3{
    font-size:medium ;
    text-emphasis: none;
 
}
contacts{
    color: coral;
}