body {
    background-color: grey;
    border: 2px solid
}

p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}