/*
Theme Name: 4P Development
Author: Heen
Author URI: https://heen.pl
Description: Theme for 4P Development
Version: 0.0.1
*/

*, *::before, *::after {
  box-sizing: border-box;
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

article, aside, footer, header, main, section {
  overflow: hidden;
}