body {
  background: #e6ecf0;
  font-family: 'Asap', sans-serif;
  font-family: 'Roboto', sans-serif;

}

img {
  max-width:500px;
}

p {
  color: black;
}

table {
 width: 100%; 
 border: 1pt solid black;
 border-collapse: collapse;
}

td, tr {
  border: 1pt solid black; 
  background-color: white;
}

/*
  Credit: https://localghost.dev/blog/building-a-website-like-it-s-1999-in-2022/
*/
.purple_wordart {
  background: linear-gradient(183deg, #6000CA 10%, #CA00CD 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'Roboto';
  }
  
/* 
  Credit: https://codepen.io/moshfequr9/pen/wXQbPR
*/
.avatar {
  border-radius:100px;
  width:48px;
  margin-right: 10px;
}

.twit-head {
  display: flex;
  align-items:flex-start;
  font-size:14px;
}

.twit-head-info {
  font-weight: bold;
  margin-top: 10px;
}

.twit-head-info span {
  font-weight: normal;
  color: #657786;
}

.twit-body {
  margin-top: 20px;
  margin-bottom: 20px;
}

.twit-body p {
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}
  