body {
  font-size: 18px;
}


@media only screen and (orientation: portrait) {
  body {
    font-size: 35px;
  }
}

.content {
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.text {
  position: relative;
  background-color: #fff;
  font-family: 'Raleway', sans-serif;
  line-height: 1.4;
  font-weight: 300;
}


a {
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px #909090 dotted;
}

a:hover {
  color: #737373;
  border-bottom: 1px #c9c9c9 solid;
}

}

.picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}