* {
  margin: 0rem;
  padding: .4rem;
}

body {
  margin: 0.1rem;
  background: white;
  font-size: 0.8rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  align-items: center;
  justify-content: center;

}

.screenshot-container {
  margin: auto;
  padding: 1px;
  background-color: black;
  display: block;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  height: 100%;
  max-height: 100%;
  max-width: 1000px;
}

.container {
  margin: 0 auto;
  background-color: black;
  color: white;
  font-size: large;
}

.head {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.date {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.first {
  margin-right: auto;
}

.date>a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  padding-right: 1rem;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  color: white;
  border-radius: 1rem;
}

nav>a {
  color: white;
  font-size: 1.5rem;
  border-radius: 2rem;
}

.media {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.exc {
  transform: rotate(90deg);
}

.pln {
  transform: rotate(-90deg);
}

.media>a {
  color: white;
  text-decoration: none;
}

img {
  height: 64vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.last {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.5rem;
}