body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p {
    width: 50%;
    margin: 20px auto;
    padding: 15px;
    background-color: #2b2d42;
    color: #edf2f4;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(255, 0, 0, 0.1);
    font-size: 1.3rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}