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