

body {
  background-color: lightblue;
  color: darkgr;
  font-family: 'Times New Roman';
}

h1 {
  background-color: rgb(255, 255, 255);
  color: rgb(39, 2, 73);
  font-family: arial;
}

span {
    color: rgb(255, 83, 169);
    }

.img_uwu_pidg {
  display: block;
  margin: auto;
  width: 50%;
}

a {
  color: rgb(255, 83, 169);
  background-color: rgb(255, 255, 255);
  font-weight: bold;
}

a:hover {
  color: rgb(254, 0, 127);
}

a:active {
  color: rgb(100, 0, 128);
}

.list_title {
  width: 50%;
  color: rgb(100, 0, 128);
  background-color: rgb(255, 255, 255);
}

#gallery_title {
  display: block;
  text-align: center;
  margin: auto;
  width: 50%;
  color: rgb(100, 0, 128);
  background-color: rgb(255, 255, 255);
}

img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
}

#Loonatic_quote {
    text-align: right;
    font-size: medium;
    font-style: italic;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: rgb(100, 0, 128);
}