body {
    margin-left: 5px;
}
h1,h2,h3,h5,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);}

#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;
}
