html {
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

body {
    font-size: larger;
    font-family: 'Trebuchet MS', sans-serif;
    max-width: 800px;
    margin: auto;
    padding: 10px;
    color: blanchedalmond;
}

.petic-blocks > p {
    font-style: italic;
}

.petic-blocks {
    margin-left: 30px;
}

.info-paragraphs {
    font-weight: 550;
}