/* libre-bodoni-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Libre Bodoni';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/libre-bodoni-v5-latin_latin-ext-regular.svg#LibreBodoni') format('svg'); /* Legacy iOS */
}

/* josefin-slab-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Slab';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/josefin-slab-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: url('./fonts/josefin-slab-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/josefin-slab-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/josefin-slab-v24-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/josefin-slab-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/josefin-slab-v24-latin-600.svg#JosefinSlab') format('svg'); /* Legacy iOS */
}

* {
  margin:0;
  padding:0;
  color:#333;
  background:none;
  font-size:25px;
  line-height : 1.75em;
  font-family: 'Josefin Slab';
  font-style: normal;
}

a:any-link
, summary
, button
, input
{
  cursor: pointer;
}

a:any-link
, summary
{
  color: #333;
  text-decoration: underline;
}

summary
{ list-style: none }
details summary::-webkit-details-marker
{ display: none !important }

body {
  margin: 1rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

aside {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

aside img {
  border: 0.25rem solid #B8D53B;
  width:270px;
  height:270px;
}

img
, aside a {
  line-height: 0;
}

a:link img {
  border-color: #B8D53B;
}
a:focus
, a:hover
, a:active {
  color: #FF5555;
}

a:focus img
, a:hover img
, a:active img {
  border-color: #FF5555;
}

main
, footer {
  gap: 1em;
  display: flex;
  flex-direction: column;
  margin: 0 161px;
}

h1 {
  font-family: 'Libre Bodoni';
}

h2 {
  font-size: 1.25rem;
}

footer details
, footer p
{
  font-size: 0.75em;
}

details p+p {
  margin-top: 1em;
}

address {
  position: relative;
}
.float-left {
  position: absolute;
  left: -150px;
  top: 5px;
  width: 130px;
  height: 130px;
}