html, body {
    height: 100%;
}

body {
  margin: 0;
  background: linen;
}

.container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
    width: auto;
}

svg, use {
  display: block;
}
.title {
  position: absolute;
  font-family: 'Major Mono Display', monospace;
  color: darkgray;
  top: 16px;
  left: 16px;
  font-size: 42px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-spacing: -5px;
}

.caption a {
font-size: 15px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: regular;
color: gray;
text-decoration: none;
position: absolute;
  top: 100px;
  left: 16px;
}

h3{
  font-family: 'Roboto', sans-serif;
  position: absolute;
  color: darkred;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 2px;
  margin-top: 12%;
  margin-left: 10px;
}
