@import url(https://fonts.googleapis.com/css?family=Roboto);
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/seamless_paper_texture.png);
  background-repeat: repeat;
}
body {
  display: table;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-color: #333;
}
div.container {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
div.container img.logo {
  max-width: 100%;
  max-height: 600px;
  width: auto;
  height: auto;
}
div.container div.twitter > img[alt="Twitter Icon"] {
  outline: 2px solid #333;
}
div.container div.twitter div#tweets {
  background: rgba(0, 0, 0, 0.1);
  max-width: 940px;
  width: auto;
  margin: 20px auto;
  padding: 20px;
}
div.container div.twitter a {
  text-decoration: none;
  border-bottom: 2px dashed #333;
  color: inherit;
}
