body{
  background-color: bisque;
}
*{
    font-family: 'Courier New', Courier, monospace;
    color:chocolate
}
label {
    display: block;
    font:
      1rem 'Fira Sans',
      sans-serif;
  }
  input,
  label {
    margin: 0.4rem 0;
  }
  .styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: chocolate;
    background-image: linear-gradient(to top left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0));
    box-shadow:
      inset 2px 2px 3px rgba(255, 255, 255, 0.6),
      inset -2px -2px 3px rgba(0, 0, 0, 0.6);
  }
  
  .styled:hover {
    background-color: rgba(255, 0, 0, 1);
  }
  
  .styled:active {
    box-shadow:
      inset -2px -2px 3px rgba(255, 255, 255, 0.6),
      inset 2px 2px 3px rgba(0, 0, 0, 0.6);
  }
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }
  .negrito{
    text-transform: uppercase;
    font-weight: bold;
  }
  .format{
    text-transform: uppercase;
    font-size: x-large;
    font-weight: bold;
  }
img{
height: auto;
width: auto;
padding: 0 350px;
}
h1,h2,h3,h4,h5,h6{
    text-align: center;
    font-size: large;
}
figure figcaption{
    text-align: right;
    padding: 0 500px;
}

  