body {
    color: #32a834;
}

h1 {
    color: green;
}

h2 {
    color: red;
}
.cursor {
    cursor: url("img/cursor.png");
}

a {
    color: #328034;
}
