.c-body {
    width: 100vw;
    height: 100svh;
    display: grid;
    place-items: center;
    background-color: rgba(114, 194, 215, .35);
}

@media only screen and (max-width: 768px) {
    .c-main {
        width: 90%;
    }
}
