@import url(https://fonts.googleapis.com/css?family=Dosis);
html, body {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Dosis", sans-serif;
}

h1 {
  margin: 0;
  padding: 1em 0 0 0;
  text-align: center;
  color: #1b77b9;
}

#einarjh-tegning {
  display: block;
  max-width: 100%;
  max-height: 80%;
  margin: 0 auto;
}

#sub {
  width: 600px;
  display: block;
  margin: 0 auto;
}

#text {
  width: 200px;
  position: relative;
  right: 15%;
  bottom: 60%;
  float: right;
  color: #1b77b9;
  padding: 2em;
  background:rgba(255,255,255,0.8);
  font-size: 20pt;
}
