@import url 'http://allfont.net/allfont.css?fonts=comic-sans-ms';

.text{
  position: relative;
  left: 50px;
  font-family:'Comic Sans MS', arial;
  font-size: 12pt;
  border: 3px hidden;
  width: 650px;
}

.weight{
  font-size: 30pt;
  line-height: .01
}
.top {
  position: relative;
  right: 50px;
  border: 3px solid black;
  margin: 40px;
  border-radius: 20px;
  height: 350px;
  width: 650px;
  background-color: red;
  font-size: 80px;
  text-align: center;
  line-height: 4;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Speech_balloon.svg);
  background-size: 600px 250px;
  background-repeat: no-repeat;
  background-position: center;
}

.story{
  position:relative;
  right: .25px;
  border: 3px solid black;
  margin: 40px;
  width: 200px;
  height: 30px;
  background-color: blue;
  text-align: center;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: -20px;
  color: ;
}

.right{
  border: .5px hidden;
  margin: 10px;
  height: 150px;
  width: 180px;
  float: right;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Speech_balloon.svg);
  background-size: 180px 150px;
  background-repeat: no-repeat;
  background-position: left;
  text-align: center;
  line-height: 5;
  font-size: 20pt
}

.left{
  border: .25px hidden;
  margin: 10px;
  height: 150px;
  width: 180px;
  float: left;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/37/Speech_balloon.svg);
  background-size: 180px 150px;
  background-repeat: no-repeat;
  background-position: right;
  text-align: center;
  line-height: 5;
  font-size: 20pt
}

.lorem {
  position: relative;
  left: 360px;
  border: 3px solid black;
  background-color:blue;
  margin: 5px;
  width: 220px;
  height: 30px;
  font-size: 20pt;
  text-align: center;
  margin-bottom: 10px;
  line-height: .9
}

.bold {
  font-weight: bold;
}

.italic{
  font-style: italic;
}

.itabold{
  font-weight: Bold;
  font-style: italic;
}