body {
  background-color: #FFECEF;
}

h1 {
  font-family: "Lucida Console", "Courier New", monospace;
  text-align: center;
  color: #372948;
}

img {
  border: 1px solid #ddd;
  padding: 5px;
  width: 150px;
  height: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  object-fit: cover;
  border-radius: 8px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgb(255, 148, 148);
  transition:color .10s ease-in;
}

ul { 
  display: table; 
  margin: 0 auto;
  text-align: left;
  padding: 10px;
}

 li { 
  margin: 0;
  padding: 10px;
  list-style-position:inside;
  text-align:left;
}

a {
   font-family: "Lucida Console", "Courier New", monospace;
   font-size: 25px;
   text-decoration: none;
   color: #372948;
}

a:hover {
    text-decoration: underline;
    color: #FF9494;
    transition:color .3s ease-out, background 5s ease-in;
}
