

#CONTAC{
    text-align: center;  
    font-style: italic;
    font-size: 1.2rem;   
}
#CONTAC h2{
    padding: 20px;
font-size: 1.2rem;
}
#CONTAC p {
margin-bottom: 15px;
}
#CONTAC t1{
    
    color: #464646;
    
}
#CONTAC t2{
    color: #ff8000;
    text-decoration: underline;
}
#CONTAC t3{
    color: #2700ff;
    text-decoration: underline;
}
#CONTAC img{
width: 40px;
    
}

iframe{
    width: 350px;
        height: 250px;
    }

@media (min-width:768px) {
   
    #CONTAC{
    font-size: 1.5rem;
}
    #CONTAC h2{
font-size: 1.5rem;
}
    iframe{
    width: 600px;
        height: 450px;
    }
  

}















