body {
	font-family:Arial,sans-serif;
	background-color:#f2f4f8;
	margin:0;
	padding:0;
}
.title {
	font-weight:400;
	text-transform:uppercase;
	font-size:2.5rem;
}
.box {
	max-width:1350px;
	margin:0px auto;
	overflow:hidden;
}
.header {
	background-color:#0d0c37;
	color:white;
	padding:35px 0;
	text-align:center;
	font-weight:bold;

}
.box .main-content {
	padding:20px;
	background-color:white;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
border-radius: 15px 15px 0px 0px;
}
.box h1 {
	font-size:36px;
	font-weight:bold;
}
.btn-custom {
background-color: #28a745;
  color: white;
  font-size: 20px;
  padding: 15px 40px;
 
  border: none;
  margin: 10px auto;
  display: block;
  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 {

	color:white;
	text-align:center;
	padding:10px 0;
	background:#0d0c37;
	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);
	border-radius: 0px 0px 15px 15px;
}
.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: #f0f0f0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
  background: #3e3e4f;
  padding: 13px;
  margin-right: 10px;
  border-radius: 6px;
}
.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: #4a4a4a;
  padding: 7px;
  border-radius: 6px;
  color: white;
}

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

.last-post {
    background-color: #4a4a4a;
  color: white;
  font-size: 20px;
  padding: 15px 40px;
  border: none;
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
}