        .parent {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 1200px;
        border: none;
        height: 780px;
        }

       .div1 { grid-area: 1 / 1 / 2 / 5; border: none; }
        .div2 { grid-area: 2 / 1 / 3 / 3; }
        .div3 { grid-area: 3 / 1 / 4 / 3; }
        .div4 { grid-area: 2 / 3 / 4 / 5;border: none; margin-left: 120px;margin-top: -30px;}
        div{
            border:5px solid rgba(212, 107, 107, 0.756);
            border-radius: 10px;
            padding: 10px;}
   
            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;
        }
        h3{
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        }
        h2{
            font-size: 50px;
            font-family:Verdana, Geneva, Tahoma, sans-serif
        }
        p{
            font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            font-size: 16px;
        }
        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;
}

.botones {
  position: absolute;
  top: 2px;
   right: 15px;
  border: none;
}