main {
    display: grid;
    grid-template-columns: repeat(16, 1fr);

} 

h1 {
    display: grid;
    grid-template-columns: repeat(16,1fr);
}