@font-face {
  font-family: va11hall-a;
  src: url(va11halla-text.woff2);
}
body {
  background: #f7d5f7 url("images/sunwork.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.box-img-bar img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  height: auto;
}
.picture img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
}
.inner img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  height: auto;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #0bd68c;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0bd68c;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #d61f0b;
}
.under-content-blurbs {
  display: block;
  /*  width:350px; */
  margin: auto;
  text-align: center;
  width: 75%;
}
.box-img-bar {
  /* same as book-title-bar but only for images */
  background: #5c0c34;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  max-width: 200px;
}
.book-arrangement {
  display: flex;
  justify-content: space-evenly;
  margin-left: 10px;
}
.box-title-bar {
  background: #5c0c34;
  border-radius: 10px;
  padding: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.box-title-bar h1 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
}
.box-title-bar p {
  text-align: center;
  font-weight: bold;
  margin: auto;
  color: white;
}

.box-img-bar {
  /* same as book-title-bar but only for images */
  background: #5c0c34;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  max-width: 200px;
}

.game-arrangement {
  display: block;
  padding: 5px;
}
.game-img-bar {
  /* same as book-title-bar but only for images */
  background: #5c0c34;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 5px;
  min-width: 200px;
  max-width: 600px;
  margin: auto;
}
.game-title-bar {
  background: #5c0c34;
  border-radius: 10px;
  padding: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.game-title-bar h1 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin: auto;
}
.game-title-bar p {
  text-align: center;
  font-weight: bold;
  margin: auto;
  color: white;
}
.game-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.game-list img {
  width: auto;
  height: 175px;
}
.game-item {
  text-align: center;
  margin: auto;
}
.box {
  margin: 20px;
  padding: 15px;
  background-color: #f0d3cf;
  border-radius: 20px;
}
#guest-box {
  margin: 20px;
  padding: 15px;
  background-color: #000000;
  border-radius: 20px;
}
#guestbook {
  border: 0px;
  border-radius: 20px;
  width: 100%;
  height: 1800px;
  outline: hidden;
  margin: auto;
}

.box h2 {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  font-size: 35px;
  margin: auto;
  margin-bottom: 15px;
}
.box h3 {
  text-align: center;
  color: #5c0c34;
  font-weight: bold;
  font-size: 25px;
  margin: auto;
  margin-bottom: 5px;
}
.inner {
  padding: 25px;
  color: #5c0c34;
}
.inner p {
  color: #5c0c34;
  padding-bottom: 10px;
  text-indent: 40px;
}

.inner p:last-child {
  padding-bottom: 0px;
  text-indent: 15px;
}
.rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rating img {
  width: 45px;
  height: 45px;
}
.container {
  display: grid;
  margin: auto;
  margin-top: 150px;
  grid-template-columns: auto;
  grid-template-rows: auto;
  column-gap: 35px;
  min-width: 500px;
  max-width: 1350px;
  font-family: va11hall-a;
  background-color: #14011775;
  padding: 15px;
  border-radius: 25px;
}

.container > div.content {
  display: block;
  margin: auto;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 3;
  background-color: black;
  border: 3px solid white;
  border-radius: 10px;
  min-height: 400px;
  max-height: 550px;
  /* min-width:300px;
  max-width:500px; */
  color: white;
  overflow: scroll;
  scrollbar-color: #5c0c34 black;
  scrollbar-width: thin;
}
.container > div.content h1 {
  text-align: center;
  font-size: 45px;
  margin: auto;
  margin-top: 15px;
}
.container > div.content p {
  font-size: 16px;
  margin: auto;
  margin-bottom: 5px;
}
.container > div.nav {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 1;
  grid-column-end: 5;
  display: flex;
  border-radius: 15px;
  justify-content: space-evenly;
  background-color: #121d2c;
  padding: 10px;
  height: 50%;
}
.container > div.nav > a {
  text-decoration: none;
  color: #e9eeac;
  font-weight: bold;
}
.container > div.nav > a:hover {
  text-decoration: none;
  color: #d61f0b;
  font-weight: bold;
}
.container > div.picture {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 5;
  max-width: 500px;
  border: 0px;
  border-radius: 0px 0px 15px 15px;
}
.container > div.textbox {
  grid-row-start: 4;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 5;
  background-color: black;
  border: 3px solid white;
  border-radius: 15px;
  min-height: 200px;
  max-width: 500px;
}

.container > div.textbox p {
  color: white;
  margin-left: 10px;
  font-size: 22px;
}

.footer {
  grid-row-start: 5;
  grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 5;
  min-height: 20px;
  color: white;
  text-align: center;
}
