body {
    display: grid;
    grid-template-columns: 5px 1fr auto 1fr 5px;
    justify-items: center;
    align-content: center;
    min-height: 100vh;
    margin: 0;
}
