h1 {
  border: 1px solid transparent;
  border-image: url("/data/assets/borders/ants.gif") 1 repeat;
  color:white;
  font-size:15px;
  padding-left:5px;
}
body {
    width:450px;
    color:white;
}
audio {
  height:30px;
}
.bold {
  font-weight:bold;
}
.ass {
  background-color: #030303;
  opacity: 1;
  background-image:  repeating-linear-gradient(45deg, #000000 25%, transparent 25%, transparent 75%, #000000 75%, #000000), repeating-linear-gradient(45deg, #000000 25%, #030303 25%, #030303 75%, #000000 75%, #000000);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
    height:130px;
    width:100%;
}
.textb {
  border:2px solid grey;
  background-color:white;
  width:100%;
  height:100px;
  border-radius:5px;
  padding:5px;
  text-align:right;
}
.thing {
  height:100%;
  overflow:auto;
}

.bodyer {
  width:35%;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-top:5px;
}