p {
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;

}
#background {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    width: 50%;
}
body {
    background-color: #f0f8ff;
}