

* {
  cursor: url('flan.png') 15 15, auto!important;
}
body {
  font-family: Lucida Console, Courier New; 
  background-color: beige;
  max-width: 500px; 
  margin: 0 auto;
}
h1 {
  color: brown;
  text-align: center;
  text-decoration-line: overline;
}
h2 {
  text-decoration-line: underline;
}
p {
  text-align: justify;
}

img {
  width: 500px;
  height: auto;
}
ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;

}
li.nav {
  display: inline;
}
.thoughts {
  font-size: 12px;
}
.flan {
  background-color: white;
  list-style-type: bullet;

}
