body {
font-family: arial;
}
a{
color: #3f3f3f;
text-decoration: none;
}
a:hover{
color: #19bbea;
}
h1 {
font-family: arial, sans-serif;
font-weight: normal;
font-size: 16px;
text-transform: uppercase;
letter-spacing: -1px;
background-color: #000;
display: inline-block;
padding: 0px 10px 0px 0px;
color: #bababa;
line-height: 24px;
}
.container {
width: 600px;
margin: auto;
}
.tweet_first {
font-size: 10px;
display: inline;
color: #9f9f9f;
}
.tweet_text {
font-size: 48px;
color: #8c8c8c;
display: block;
}
.copyright {
position: absolute;
bottom: 0px;
font-size: 9px;
color: #9f9f9f;
}