/*
Theme Name: KPBS
Text Domain: kpbs
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0.0
Description:
Tags:
Author: Berber Agency
Author URI: https://www.berber.com.pl
Theme URI: https://www.berber.com.pl
License:
License URI:
*/

body {
    background-color: #000000;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 1.8rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.content {
    margin: 50px 0px 100px 0px;
}

