h1 {
    color: blue ;
    font-size: 48px; 
    text-align:center 
}


h2 {
    color: orange;(160, 60, 60);
    font-family: "Robototo", sans-serif !important;
}

.my-hero-title{
    font-size:4rem;
    color: white;
}

.bghero {
    background: no-repeat url("img/imgBrayanPlaza.jpg");
    background-size: cover;
}

.roboto {
    font-family: "Roboto"; sans-serif;

}




