@media screen and (min-width: 768px) {
    #ctn {
        width: 700px;
        margin: auto;
    }
}
#ctn p {
    margin-bottom: 1rem;
}
