@charset "utf-8";
/* CSS Document */
html,
body {
	margin:0px;
	padding:0px;
	overflow-x:hidden;
}

.matter {
font-family:Poppins, "Poppins Black", "Poppins ExtraBold", "Poppins ExtraLight", "Poppins Light", "Poppins Medium", "Poppins SemiBold", "Poppins Thin";
	text-align:justify;
	font-size:17px;
	color:#000000;
	padding-bottom:10px;
	padding-right:10px;
	padding-top:10px;

}

.p-10 {
    padding: 100px 0;
}

.bg {
      background-image: url("images/skyline-dystopian-future.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}