body {
  background-color: rgba(177, 226, 163, 1);
  background-image: url("https://very-weird-library-of-weirdness.neocities.org/Wallpaper.jpeg");
  background-size: auto;
  background-position: left top;
  background-repeat: repeat;
  color: black;
  font-family: Verdana;
}

.title-card {
    background-color: rgba(131, 191, 125, 1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center;
}

.title-card-line {
  border: 5px solid black;
  
}