body {
 background-image: url("heart.png");
 background-color: #cccccc;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
img {
  border: dotted;
  border-color: cyan;
  image-rendering: pixelated;
}
.tomo {
  border: dotted;
  border-color: cyan;
  background-color: white;
  width: 680px;
}
.small-tomo {
  border: dotted;
  border-color: cyan;
  background-color: white;
  width: 470px;
  color: grey
}
.logo {
  border-style: none;
  image-rendering: pixelated;
}