.bg-orange{
    background-color:orange;
    color: rgb(28, 28, 27);
    font-size: small;
    font-weight: 400;
        font-weight: bold;
  }
p{
    width: 90%;
    padding: 5px;
   font-size: large;
}
a {
    text-decoration: none; 
    color: inherit; 
  }
  
  a:hover {
        color: orange;

  }
  a:visited {
    color: orange;
  footer {
    padding-top: 5px;
    background-color: rgb(242, 163, 16);
    color: black;
    font-size: small;
       text-align: center;
    line-height: 1;
   
  }
.uno{
  padding: 10px;
}
.p {
  font-size: small;
       text-align: left;
      }