.contents {
    display: grid;
    place-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    height: 400px;
    width: 100%;
}

.contents p {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
}