.main {
    display: grid;
    grid-area: main;
    background-color: rgb(201, 207, 112);
    grid-template-columns: .7fr;
}