@import "header.css";
@import "bottom.css";

.main_page {
  width: 100%;
  height: 100%;
}

hr {
  border: 1px solid #191919;
  background-color: #191919;
}

.container_body {
  width: 100%;
  height: auto;
}

.btn-new{
	backgroun-color: #a8afb5;
	border-radius: 5px;
	width: 120px;
	height: 40px;
	color: white;
	border: none;
}