#body {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 25%;
}
p {
    padding: 10px;
    border: 2px solid black;
}
.text {
    color: #333;
}