body {
	font-family:Arial,sans-serif;
	background-color:#f8f9fa;
	margin:0;
	padding:0;
}
.title {
	font-weight:400;
	text-transform:uppercase;
	font-size:2.5rem;
}
.box {
	max-width:1350px;
	margin:0px auto;
	overflow:hidden;
}
.box .header {
	background-color:black;
	color:white;
	padding:35px 0;
	text-align:center;
	font-weight:bold;
	border-radius:10px;
	margin-top:10px;
}
.box .main-content {
	padding:20px;
	background-color:white;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
	border-radius:10px;
}
.box h1 {
	font-size:36px;
	font-weight:bold;
}
.btn-custom {
	background-color:#28a745;
	color:white;
	font-size:20px;
	padding:15px 40px;
	border-radius:50px;
	border:none;
	margin:10px auto;
	display:block;
	width:fit-content;
	text-transform:uppercase;
}
.btn-custom:hover {
	background-color:#218838;
	color:white;
}
.content-image img {
	max-width:100%;
	height:auto;
	border-radius:10px;
}
.divider {
	border-top:2px solid #ddd;
	margin:20px 0;
}
.box .footer {
	background-color:black;
	color:white;
	text-align:center;
	padding:10px 0;
	background:#181818;
	color:rgba(255,255,255,0.6);
	padding:2rem 0;
	font-size:90%;
	letter-spacing:0.5px;
	border-top:2px solid rgba(0,0,0,0.15);
}
.content-text {
	text-align:center;
	font-size:16px;
	line-height:1.6;
}
.footer a {
	color:#b3b3b3;
	text-decoration:none;
}
.title {
	text-align:center;
}
.menu a {
	color: #393838;
  text-transform: uppercase;
  text-decoration:
none;
  font-size: 16px;
  border-right:1px solid #999898;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
  background:#f8f9fa;
  padding:10px;
  margin-right: 10px;
  border-radius:10px;
}
.menu a:last-child {
	border-right:1px solid transparent;
}
.content-section {
	color:#444;
}
.h3,h3 {
	font-size:calc(1.0rem+.6vw);
}
.devaminioku {
	text-decoration:none;
	background:#9ebb13;
	padding:10px;
	border-radius:10px;
	color: white;
}

.information {
  border-top:4px solid black;
  padding-top: 6px;
}