



body {
  background-color: lightblue;
  background-image: url("https://allyratworld.com/mat/materials/babyParadePaperSMALL.png");
}

h1 {
  text-align: center;
  font-family: "Rainyhearts", sans-serif;
}
h2 {
  text-align: center;
  font-family: "Rainyhearts", sans-serif;
}

h3 {
  text-align: center;
  font-family: "Rainyhearts", sans-serif;
}

p {
font-family: "Rainyhearts", sans-serif;
  font-size: 17px;

  
}
p.a {
    font-family: "Rainyhearts", sans-serif;
  text-align-last: right;
}

p.b {
    font-family: "Rainyhearts", sans-serif;
  text-align-last: center;
}

p.c {
    font-family: "Rainyhearts", sans-serif;
  text-align-last: justify;
}

    #rainbowcontainer {
      overflow: scroll;
      overflow-x: hidden;
      height: 345px;
      width: 700px;
      padding: 2px;
      border: 5px solid;
      border-radius: 5px;
      border-image-slice: 1;
      border-image-source: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
      background-color:#fff;
      background-image:url('img/backgrounds/starfall.GIF');
    }

#toybox {
  float: left;
  padding:5px;
}

#infobox {
  float: right;
  padding:5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  text-align: center;
  padding: 20px;
}



#badgebox {
  float: left;
  padding:5px;
  
}

#badges {
border-width:7px;
border-style:solid;
border-image: url("shrines/beth/badges/biscuitborder.gif") 7 fill round;
height: 100px;
width: 100px;
padding: 5px;
overflow: auto;
}



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}


.bethleft{
    float:left;
    width:250px;
    padding:20px;
}

.bethright{
    float:right;
        width:280px;
            padding:20px;
}