p {
  text-align: justify;
}

iframe {
        display: block; /* An iframe is inline by default, block is needed for margin: auto */
        width: 640px;   /* Must have a set width */
        height: 360px;
        margin-left: auto;
        margin-right: auto;
        border: none;
}