body {
    font-family: Arial, sans-serif;
    background: wheat;
}

h1 {
    color: #111;
}
p{
    font-weight: 400;
    color: orange;
}