<style>
body {
background-image: url('http://dl4.glitter-graphics.net/pub/1069/1069694bakkm9jsvy.gif');
background-attachment: fixed;
background-repeat: repeat;
}

#TopTweet  {
  text-align: center;
  border-image-source: url("https://i7.glitter-graphics.org/pub/148/148607tg6rggnb0l.gif");
  border-image-slice: 100 fill;
  border-image-width: 100 fill;
  width: 210px;
  padding: 10px;
  margin-left: 50px;
  margin-right: 200px;
}

#Welcome {
  text-align: center;
  font-family: Nounty;
  background-color: pink;
  width: 500px;
  border: 5px solid red;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}
</style>
