html {
  background: url('https://file.garden/aEnK9GK7YhOgwBQV/third/2732x2732-a499f0ba49d57986c62dd182a7dc81ff.jpg');
  background-size: 20%;
}

p{
font-family: 'Libre Baskerville', serif;
font-size: 100%;
color: #115E73;
margin: 1px;
line-height: 100%;
text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF;
}


h1,h2,h3,h4,h5{
font-family: 'Vollkorn', serif;
color: yellow;
margin: 0;
padding: 0;
text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}

.zoom{
  transition: transform .1s;
  display: inline-block;
}

.zoom:hover {
  transform: scale(1.05); 
}