* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Unica One', sans-serif;
  background: #111;
}

.container {
  padding: 9rem;
  height:100%
}

.container .nadpis {
  color: white;
  font-style: normal;
  font-size: 6.4rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.container p {
  color: #545454;
  font-size: 2.6rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.inside {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem;
}

.heading {
  color: #eee;
  font-size: 5rem;
  font-weight: 300;
  text-transform: uppercase;
}
