
html {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    color: black;

}

a {
    color: #130BEF
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    border-radius: 10px;
    padding: 10px;
}

#social p {
    font-size: .9rem;
    line-height: 10px;
}

#content {
    max-width: 450px;
    margin: auto;
}

#invokation {
    min-width: 400px;
    min-height: 400px;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  /* Whatever width you want */
}
