@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
  color: #777;
  background-image:url(https://i.imgur.com/hrLHCk4.jpg);
  background-repeat:repeat
}

a:visited,
a:link {
  color: #ff0000;
}

a:clicked,
a:hover {
  color: #cc0000;
}

.div-logo {
  text-align: center;
  margin: 15px 0;
}

.img-logo {
  max-width: 90%;
  max-height: 128px;
  vertical-align: middle;
}