font-family: 'Roboto', sans-serif;

.title{
    display: flex;
    justify-content: center;
    align-content: center;
    
}

.title-1{
    display: flex;
    text-align: center;
    font-size: 30px;
    justify-content: center;
    font-family:'Roboto', sans-serif; 
    color: rgb(0, 0, 0);

}

.info-img{
    display: flex;
    height: 300px;
    justify-content: center;
   
}

.info-img-1{
    border-radius: 10px;
}

.boton-contact{
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 40px;
}
.boton{
    font-size: 18px;
    background-color: rgb(98, 99, 99);
    color: white;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    border: none;
}