html {
    background-color: lavender;
}
body {
    background-color: white;
    padding-bottom: 10px;
}
p {
    width: 90%
}
a {
    font-weight: bold;
    color: purple;
}