/*Font Import*/
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Gorditas:wght@400;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*Entire Website Actions*/
body {
  background-image: url('/BlogAssets/WhiteStars.jpg');
  background-size: cover;
  font-family: 'Space Mono', Arial;
}

h1 {
  font-family: 'Gorditas', Times;
  display: flex;
  background-color: #46187A;
  color: #200342;
  flex-direction: column;
  text-align: center;
  border: 2px solid #FFFFFF;
}
h2 {
  position: absolute;
  font-family: 'Gorditas', Times;
  display: flex;
  flex-direction: column;
  background-color: #46187A;
  color: #FFFFFF;
  padding: 3px 5px;
  border: 4px solid #FFFFFF;
  border-radius: 9px;
}
h3 {
  position: absolute;
  font-family: 'Gorditas', Times;
  display: flex;
  background-color: #46187A;
  color: #FFFFFF;
  flex-direction: column;
  text-align: center;
  border: 2px solid #FFFFFF;
  top: 850px;
  width: 100%;
}
  
.Plush {
  right: 20%;
}
.Fig {
  left: 20%;
}

.PlushCount {
  position: absolute;
  right: 15%;
  top: 25%;
  height: 550px;
  border: 4px solid #000000;
  border-radius: 9px;
}
.FigCount {
  position: absolute;
  left: 15%;
  top: 25%;
  height: 550px;
  border: 4px solid #000000;
  border-radius: 9px;
}
.PlushGif {
  position: absolute;
  right: 18%;
  top: 60%;
  height: 200px;
}
.FigGif {
  position: absolute;
  left: 18%;
  top: 60%;
  height: 200px;
}
.BackButton {
  position:absolute;
  top: 100%;
  padding: 5px 7px;
  border: 3px solid #000000;
  border-radius: 9px;
  background-color: #46187A;
  color: #000000;
}

.iMood {
  position: absolute;
  top: 900px;
  height: 200px;
}
  
  