body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1280px;
    margin: auto;
    background-color: white;
}