.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
border: none
}

.div1 { grid-area: 1 / 1 / 2 / 5; }
.div2 { grid-area: 2 / 1 / 6 / 3; }
.div3 { grid-area: 2 / 3 / 6 / 4; }
.imgs{
    align-items: center;
}
div{
   border: 5px solid rgba(212, 107, 107, 0.756);
   
    border-radius: 10px;
    padding: 20px;
}
h3{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 28px;
}
p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}
h1{
    color: rgb(255, 255, 255);
    font-size:60px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: center;
}
.imgauto{
    padding: 40px;
    align-items: center;
    width: 500px;
    height: 400px;
  

}
.imghistor{
    padding-left: 120px;
    align-items: center;
    width: 500px;
    height: 400px;
    border: none;
}
ul{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-align: center;
}
.botonmas{
    background-color: rgba(112, 60, 60, 0.804);
    color: white;
    border-radius: 12px;
    padding: 12px;
    margin-left:720px;
    align-items:center;
    text-align: center;
}

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;
  margin-top: -15px;
  right: 15px;
  border: none;
}
table{
    padding: 20px;
    margin-left: 120px;
    align-items: 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;
      left: 20px;
      top: 10px;
    }

    h5 {
      color: #800000;
      font-size: 25px;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      margin: 160px;
    }

