body {
  background-color: rgb(134, 131, 117);
  background-attachment: fixed;
  color: rgb(45, 33, 21);
  font-family: monospace;
  text-align: center;
}

#cat {
  width: 300px;
  height: 300px;
  border-color:rgb(20, 15, 10);
  border-style: dotted;
  border-radius: 6px 6px 6px 6px;
}
#cat_main {
  background-color:rgb(225, 225, 212);
  width: 400px;
  margin: auto;
  padding: 15px;
  border-radius: 8px;
  border-style: double;
  border-color: rgba(134, 131, 117, 0.658);
  border-width: 6px;
}