/*
Author: Jaroslaw Filipowski
*/
@charset "utf-8";
html {
    font-size: 16px;
    -webkit-text-size-adjust: 16px;
    -ms-text-size-adjust: 16px;
}
body {
	background:#ffffff;
	color:#3e3e3e;
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body a {
	text-decoration:none;
}
.centered-element {
  position: absolute;
  display: block;
  width: 200px;
  height: 120px;
  top: 50%;
  left: 50%;
  background:url(../img/logo.svg);
  transform: translate(-50%, -50%);
}
footer {
  position:absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.center {
  position:relative;
  display: block;
  margin: 40px 5%;
}
.footer-name {
  position: relative;
  display: inline;
}
.footer-links {
  position: relative;
  display: inline;
  float: right;
}
.footer-links a {
  color:#000;
}