li {
background-color: white;
display: block;
font-family: georgia;
font-size: 16px;
font-weight: normal;
line-height: 36px;
margin-bottom: 15px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
width: 600px;
}

a {
 color: black;
 text-decoration: none;
}
a:visited {
color: black;
}

.avatar {
  font-weight: bold;
  color: blue;
}

.avatar img {
  float: left;
  padding-top: 10px;
}

.tweet { 
text-align: left;
padding-left: 80px;
}

.liked {
 background-color: #ccffbb;
}

body {
  background: #eeeeee;
  font-family: georgia;
  font-size: 20px;
  
}

input {
  font-size: 20px;
}

.madeby {
  font-size: 14px;
}

.madeby a{
  color: blue;
}

