main {
    display: flex;
    align-items: center;
    flex-direction: column;
    }
    
    p {
        text-align: center;
        word-wrap: break-word;
        width: 500px;
    }