@charset "UTF-8";

@media screen and (min-width: 950px) {
    body {
        grid-template-columns:  115px 1fr 115px;
    }
}