 .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: none;
    height: 700px;
    }

    .div1 { grid-area: 1 / 1 / 2 / 6; }
    .div2 { grid-area: 2 / 1 / 6 / 3; }
    .div3 { grid-area: 2 / 3 / 6 / 5; }
    div{border:none}
    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;
      left: 20px;
      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: 10px;
    margin-left: 10px;
    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}
 form{
       margin-left: 40px;
        background-color: rgb(184, 64, 64);
                padding: 20px;
                height: 500px;
                width: 600px;
                border-radius: 10px;
                margin-top: 150px;
        align-items: center;
    }

    input,textarea {
                width: 95%;
                padding: 10px;
                margin-top: 10px;
                border: none;
                border-radius: 5px;
                font-size: 13px;
                
            }
           h2{

        font-family:Arial, Helvetica, sans-serif;
        margin-left: 50px;
        font-size: 20px;
        text-align: center;
    }