/*
    Theme Name: Gleb Theme
    Author: FT
    Version: 1.0.0
*/

@import url("./reset.css");

header{
	padding:20px;
	background:black;
	display:flex;
	align-items:center;
	justify-content:center;
}

header a{
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	font-family: "Roboto";
	font-weight:600;
	color:white;
}

footer{
	padding:20px;
	background:black;
	display:flex;
	align-items:center;
	justify-content:center;
}

footer p{
	text-decoration:none;
	font-size:12px;
	font-family: "Roboto";
	font-weight:400;
	color:rgba(225, 225, 225, 0.7);
}