html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  /* background-color: #1f1b1b; */
  margin: 0;
  font-family: 'Indie Flower', cursive;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  vertical-align: middle;
  display: table;
  
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#479fb7+1,e27abc+100 */
  background: rgb(20,191,217); /* Old browsers */
  background: -webkit-linear-gradient(bottom left, rgba(20,191,217,1) 1%, rgba(226,112,184,1) 100%);
  background: -moz-linear-gradient(bottom left, rgba(20,191,217,1) 1%, rgba(226,112,184,1) 100%);
  background: -o-linear-gradient(bottom left, rgba(20,191,217,1) 1%, rgba(226,112,184,1) 100%);
  background: linear-gradient(to top right, rgba(20,191,217,1) 1%, rgba(226,112,184,1) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14bfd9', endColorstr='#e270b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

div {
  width: calc(100% - 60px);
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
}

h1 {
  font-size: 72px;
  text-align: center;
  font-weight: 300;
  margin: 15px 0;
}

p {
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}

.korona {
  max-width: 250px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
  
  .korona {
    max-width: 60%;
  }
}