body {
  background: linear-gradient(to left top, #75c4cc, #e62b3c) fixed;
  font-family: 'Rubik', sans-serif;
}

img.flag {
  border: 5px solid black;
  border-radius: 4px;
  padding: 5px;
  width: 325px;
  height: 200px;
}

div.polaroid {
  width: 25%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.gallery-container {
  display: flex;
  flex-direction: row;
  width: 80%;
  padding-left: 20px;
  justify-content: space-between;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

.vlado{
  font-family: 'Major Mono Display', monospace;
  font-size: 40px;
}

.page-about {
  font-size: 20px;
}

.post-list-container {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -150px;
}

.post-title {
  font-family: sans-serif;
  color: black;
  border: 5px solid black;
  border-radius: 4px;
}

.page-home {
  font-size: 50px;
  font-family: 'Major Mono Display', monospace;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.artist {
  font-family: 'Major Mono Display', monospace;
  font-size: 50px;
}

.link-column {
  flex-direction: column;
  margin-left: auto;
  padding-right: 30px;
  padding-top: 40px;
  justify-content: center;
}

a.menu-item:link, a.menu-item:visited {
  border: 2px solid white;
  border-radius: 8px;
  border-width: 5px;
  font-family: sans-serif;
  color: white;
  width: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.menu-item:hover {
  background-color: black;
}
