/*
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 : 24.2.2018, 19:57:48
    Author     : roman
*/

body,
html {
  height: 100%;
}

h1 {
  background-color: #64ba97;
  color: #000;
}

p {
  margin: 30px 0;
}

.bold {
  font-weight: bold;
}
.footer {
  background-color: #64ba97;
}
