    .parent1 {
        display: grid;
        grid-template-columns: 1.5fr 5fr repeat(2, 1.5fr);
        grid-template-rows: repeat(3, auto) repeat(2, auto);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        }
        
        .div11 { grid-area: 1 / 1 / 2 / 5; }
        .div12 { grid-area: 2 / 2 / 3 / 4; }
        .div13 { grid-area: 3 / 2 / 4 / 4; }
        .div14 { grid-area: 4 / 2 / 5 / 4; }

#buttons1 {
    justify-self: center;
    align-self: top;
    margin: none;
    padding: none;
    border: none;
}


#discord {
    justify-self: center;
    align-self: center;
    margin: 0;
    padding: 0;
}

#title {
    justify-self: center;
    align-self: center;
    margin: none;
    padding: none;
    border: none;
}


#videos {
    /*justify-self: center;*/
    align-self: center;
} 