body {
  font-size: medium;
  font-family: 'Eras Light ITC';
  padding: 0;
  margin: 0;
  background-image: url(https://crystalfruit.neocities.org/PennyandBrutus/img/sparkles.gif)
                , url(https://crystalfruit.neocities.org/PennyandBrutus/img/pb_background.png);
  background-repeat:repeat, repeat;
  background-attachment: fixed;
  background-color: #F4696C;
  }

a {
  color: #91A05A;
}

a:hover {
  color: #FE6D4A;
}

.wrapper {
  background: none;
  top: 0;
  margin: 0 auto;
  width: 1330px;
  }
  
  .row {
    display: flex;
    text-align: center;
    align-items: center;
    align-items: flex-start;
  }
  
  .column {
  display: flex;
  flex-direction: column;
  }
  
  
.sidebar-left, .sidebar-right {
  width: 200px;
  }
  
  .sidebar-left{
  float: left;
  clear: right;
  }
  
  .sidebar-right{
  float: right;
  clear: left;
  }
  
.main {
  width: 1000px;
  height: 555px;
  overflow: auto;
  align-self: stretch;
    }
    

.inner{
  padding: 10px;
  text-align: center;
}

  
.box {
  border: 3px double #333;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  margin: 5px;
  }
  
.artbox {
  border: 3px double #333;
  background: #fff;
  padding: 0;
  border-radius: 5px;
  width: 840px;
  height: 150px;
  margin-bottom: 5px;
}
  
.header {
  border: 3px double #333;
  background: #facbd8;
  text-align: center;
  margin-top: 15px;
  top: 0;
  height: auto;
  }
  
.bannerimg {
  max-width: 900px;
  margin: 5px;
}

.listemoji {
  margin-right: 4px;
  vertical-align: middle;
}

.profpic {
  max-width: 140px;
  float: none;
}

.box h1, .box h2, .box h3 {
  background: #FDCEB0;
  margin: 0;
  padding: 0.35em 0.25em 0.3em 0.25em;
  text-align: center;
  border-bottom: 3px double #333;
  border-radius: 10px;
  color: #FE724F;
  }
  
  .box h4 {
  background: #FFEAB1;
  margin: 0;
  padding: 0.2em;
  text-align: center;
  border-bottom: 3px double #333;
  border-radius: 5px;
  color: #FE724F;
  }
  
.animation{
  max-width: 720px;
  margin: 5px;
  
}

.thumb{
  max-width: 105px;
  margin: 5px;
  float: left;
  clear: right;
  border: 3px double #333;
  
}
  
.doodthumb{
  max-width: 200px;
  max-height: 200px;
  margin: 5px;
  border: 3px double #333;
  
}

.footer{
  max-width: 1330px;
  background: #FDCEB0;
  margin-bottom: 5px;
  text-align: center;
  border: 3px double #333;
  border-radius: 10px;
  color: #FE724F;
  
}

