/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  color: white;
  font-family: "Ubuntu", sans-serif;
  background-image: url("/images/banner-background.png");
  background-repeat:repeat;
}

a {
  color: #0fb1fc;
}

img {
  max-width: 100%;
  height: auto;
}

.story-view {
  width: 50%;
}

.art {
  border-radius: 10px;
  margin-bottom: 5px;
}

.photo {
  margin: 20px;
  border-radius: 25px;
}

.merlon-back {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
  background-image: url("/images/merlon-back.png");
  background-size: cover;
}

.fern-pout {
  display: inline-block;
  background-image: url("/images/fern-pout.gif");
  background-size: cover;
  width: 96px;
  height: 96px;
  margin-left: 15px;
}

.you {
  text-transform: uppercase;
  padding-right: 5px;
  padding-left: 5px;
  background: #1959a8;
}

.thwomp-header {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url("/images/round-guy.png");
  background-size: cover;
  margin-right: 10px;
}

.star-spin-header {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-image: url("/images/star-spin.gif");
  background-size: cover;
}

.latest-updates {
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 10px;
  border: 10px dotted yellow;
  border-radius: 10px;
  color: yellow;
  display: inline-block;
  background-color: black;
}

.goombella-back {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url("/images/goombella-toc.png");
  background-size: cover;
  display: inline-block;
}

.construction {
  color: yellow;
  text-transform: uppercase;
  border: 10px dashed yellow;
  border-radius: 10px;
  display: inline-block;
  background-color: #390000;
  padding: 10px;
  text-shadow: 2px 2px 3px crimson, 0 0 25px white, 0 0 5px grey;
}

.chomp-link {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url("/images/chain-chomp.png");
  background-size: cover;
  display: inline-block;
}

.external-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.art-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url("/images/art-icon.png");
  background-size: cover;
  display: inline-block;
}

.rimuru {
  width: 50px;
  height: 40px;
  margin-left: 10px;
  background-image: url("/images/rimuru-avatar.png");
  background-size: cover;
  display: inline-block;
}

.this-is-fine {
  margin-right: 15px;
  width: 80px;
  height: 76px;
  background-image: url("/images/question-hound.gif");
  background-size: cover;
  display: inline-block;
}

.pet-cover {
  position: relative;
  margin: 10px;
  display: inline-block;
}

.pet-name {
  position: absolute;
  color: #0fb1fc;
  font-size: 72px;
  bottom: 32px;
  left: 32px;
  text-shadow: 2px 2px 3px black, 0 0 25px white, 0 0 5px grey;
}

.album-cover {
  border-radius: 15px;
  margin-bottom: 15px;
}

.music-note {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  background-image: url("/images/music/note-bubble.png");
  background-size: cover;
  display: inline-block;
  margin-bottom: 10px;
  filter: drop-shadow(3px 3px 4px #0fb1fc);
}

.title-banner {
  font-family: "Syne", sans-serif;
  text-shadow: 2px 2px 3px black, 0 0 25px white, 0 0 5px grey;
  color: #0fb1fc;
  background-color: black;
  border: 10px outset yellow;
  border-radius: 15px;
  display: inline-block;
  padding: 10px;
}

.content {
  background-color: black;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
  display: inline-block;
}

.writing-title {
  text-shadow: 2px 2px 3px black, 0 0 25px white, 0 0 5px grey;
  color: #0fb1fc;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  border: green outset 5px;
  border-radius: 10px;
  margin-bottom: 2px;
}

.writing-body {
  text-indent: 20px;
  padding: 10px;
  border: rgb(54, 51, 51) outset 5px;
  border-radius: 10px;
}

.merio-text {
  color: white; 
  display: inline-block;
  padding: 10px;
  margin: 5px;
  font-size: 64px;
  border-radius: 10px;
}

.vine-hr {
  background-image: url(/images/vine-border-x.png); 
  height: 10px; 
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
}

.vine-horizontal {
  background-image: url(/images/vine-border-x.png); 
  height: 10px; 
  background-repeat: repeat-x;
}

.vine-vertical {
  background-image: url(/images/vine-border-x.png); 
  height: 10px; 
  background-repeat: repeat-y;
  rotate: 90deg;
}

.vine-top-left {
  background-image: url(/images/vine-border-corner.png); 
  height: 10px; 
}

.vine-top-right {
  background-image: url(/images/vine-border-corner.png); 
  height: 10px; 
  rotate: 180deg;
}

.game-review {
  background: rgb(52, 52, 52);
  border-image: url("/images/star-border.png") 10 round;
  border-style: solid;
  border-width: 10px;
  border-spacing: 2px;
  border-image-repeat: repeat;
  margin: 10px;
}

.game-title {
  color: yellow;
  background-color: rgb(84, 84, 84);
  display: inline-block;
  text-shadow: 3px 3px 1px black, 3px 3px 5px white;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: yellow solid 5px;
  border-radius: 15px;
}

.game-review-text {
  background-color: rgb(37, 37, 37);
  color: white;
}

.star-hr {
  background-image: url(/images/star-single.png); 
  height: 10px; 
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom: 10px;
}