body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background: url('/media/images/lilies.png') no-repeat center;
  background-size: cover; }
  
a:not(:has(img))  {
  color: #deef27;
  text-decoration: dotted underline;
  -webkit-transition: 0.25s; }
  
a:not(:has(img)):hover {
  opacity: 0.7;
  letter-spacing: 1px;
  -webkit-transition: 0.25s; }
  
a img {
  opacity: 1; 
  transition: none; 
  display: block;
  margin-bottom: -30px;
}

p { color: #deef27; }

.content {
    display: block;

}

.hermit {
   text-align: center; }

.links {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}