@charset "utf-8";
/* 
Theme Name: WOPR
URI:
Author: estinet.pl
Version:1.0
*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geologica", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  /* background-image: url(assets/img/blob-bg.svg);
  background-repeat: no-repeat;
  background-position: 170% center; */
  /* background-size: 60vw; */
  background-color: #f6f6f6;
}

.content {
  max-width: 800px;
  margin: 20% auto 0;
}
