  h1{
    color: rgb(255, 255, 255);
    font-size:60px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;}


body{
    background-color: rgba(255, 6, 6, 0.995);
  color: #fff; 
  font-family: "Poppins", sans-serif;
}

  header {
      position: relative;
      width: 100%;
      height: 100px;
      background-color: white;
      display: flex;
      align-items: center;
    
    }

  .logo {
      height: 80px;
      width: 80px;
      position: absolute;
      margin-left: 20px;
      margin-top: 10px;
    }

    h5 {
      color: #800000;
      font-size: 25px;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      margin: 160px;
    }
button{
    background-color: rgba(112, 60, 60, 0.804);
    color: white;
    border-radius: 12px;
    padding: 12px;
    margin:5px;
    align-items:center;
    text-align: center;
}

.botones {
  position: absolute;
  top: 10px;
  right: 20px;
  border: none;
}
table{
    padding: 20px;
    margin-left: 110px;
    align-items: center;
    border: 8px rgb(75, 1, 1) dotted
}
th{
    border: 4px rgba(245, 74, 74, 0.888) solid
}
td{border: 4px rgba(245, 74, 74, 0.888) solid}