body {
    margin-left: 10px;
    /* background-image: url("img/collage..png"); /* Reemplaza con la URL de tu imagen */
   /* background-size: cover; /* Ajusta la imagen para cubrir todo el fondo */
    /*background-repeat: no-repeat; /* Evita que la imagen se repita */
    /*background-position: center; /* Centra la imagen */
}
h1,h2,h3,h6 {color: rgb(142, 57, 57);}
a {font-size: 25px; font-weight: bold;color:rgb(163, 37, 66); }
p {font-size: 20px; color: black;}
a:hover {color: rgb(105, 28, 50); }
a:link {color:rgb(111, 114, 113);}
.nav-link {color :white;}
.nav-link:hover {color: rgb(105, 28, 50);}
h5 {
    font-size: 40px;
    font-weight: bold;
}

.carousel-caption > p {
    font-size: 25px;
    font-weight: bold;
     color: white;
}

#mymenu {
  background-color: skyblue;
  color: black;
}

#inicial
{
  font-size: 18px;color:rgb(0, 0, 0); 

}

.form-control:focus {
    border-color: rgb(105, 28, 50);    
} 
.nav-link {
    font-size: 20px; font-weight: bold;color:rgba(126, 30, 52, 0.879);
}
input[type="radio"] {
    transform: scale(2);
    vertical-align: middle;
    border: 2px solid;
    border-color: rgb(105, 28, 50);
}

input[type="radio"]:checked {
    box-shadow: 0 0 0 0.2rem rgba(105, 28, 50, 0.25);
    background-color: rgb(105, 28, 50);
    border: 2px solid;
    border-color: black;
}
