@import url("style.css");

body {
  background-image: url("image/felpinho.png");
  color: rgb(134, 69, 92);
}

#content_background {
  background-color: rgb(255, 194, 223);
  border-style: double;
  border-width:10px;
  border-color: rgb(166, 65, 119);
}

a, a:visited {
  color: rgb(255, 0, 111);
}

.hline {
  background-color: rgb(129, 83, 128);
}