/* styles.css */
body {
    background-color: beige;
    font-family: 'Lucida Sans'
}

h3 {
    color: #1f05da;
    text-align: left;
}

p {
    color: #262727;
    font-size: 10px;
    line-height: 1;
}