@font-face {
  font-family: Libertinus Mono;
  src: url('assets/LibertinusMono-Regular.ttf')
}

ul, ol {
  list-style: none;
}

a {
  transition: 0.1s;
  color: #0e4769;
}

a:hover {
  font-style: italic;
}

a:visited {
  color: #364e69
}

body {
  font-family: Libertinus Mono;
  font-size: 20px;
  color: #000000;
  background-color: #d5ccba;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

main {
  width: 40rem;
  max-width: 40rem;
}

nav {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.image-row {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.image-row-item {
	display: table-cell;
	vertical-align: center; 
}

.image-row-item img {
    display: block;
    width: 100%;
    height: auto;
}
