@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');

img.custom-icon {
  height:30px;
  width:30px;
  margin:0;
  padding:0;
  display:inline;
}

img {
  height:300px;
}

h1 {
  font-family: 'Shrikhand', cursive;
  color:#180D01;
  background-color: #FFA500;
  padding:0.30em;
  box-shadow: 10px 10px 0px 1px #FFD400;
}

h2 {
  font-family: 'Shrikhand', cursive;
  color:#180D01;
}

span.tag-text, span.mood-text {
  font-size:2rem;
  color:#180D01;
  font-family: 'Shrikhand', cursive;
  text-transform: none;

}

a {
  font-size:1rem;
  background-color:#FFD400;
  color:#180D01;
  font-family: 'Shrikhand', cursive;
  text-decoration: none;
}

.tags, footer a {
  font-size:1rem;
  background-color:#FFA500;
  box-shadow: 5px 5px 0px 1px #FFD400;
  color:#180D01;
  margin:5px;
  border:none;
  border-radius:0;
}

.tag-box {
  margin-left:40px;
  white-space: nowrap;
}
