body { 
  font-family: Arial, Helvetica, sans-serif;
  background: #fffff8 url(lilteeth.jpeg) center center repeat;
  margin:0;
  color: #ffffff;
  a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}
}

main {
  max-width: 1000px;
  margin: 60px auto;
  background:#343434;
  padding:32px;
  border-radius:8px;
}

.example {
  max-width: 400px;
  margin: 60px auto;
  background:hsl(189, 3%, 48%);
  padding:32px;
  border-radius:8px;
}