@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* { font-family: "Roboto", sans-serif; }

.nodeco { text-decoration: none; }
.nodeco:hover { text-decoration: none !important; }

.postcard > img {
  width: 200px;
  height: 250px;
  object-fit: cover;
}