/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3.7.2019, 15:19:04
    Author     : jpokorny
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif; }

html, body {
  margin: 0;
  padding: 0; }

p {
  line-height: 20px;
  padding-bottom: 20px; }

h1 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 35px; }

h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase; }

.upper-text {
  text-transform: uppercase; }

.center-content {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0px; }

/*# sourceMappingURL=html.css.map */
