.box-wrap {
	max-width: 670px;
	min-width: 300px;
	margin: 30px auto;
	padding: 0;
}

.box {
	background: #FFF; /* beyaz */
	border: 1px solid #AF0A0F; /* koyu kırmızı */
	width: 330px;
	margin: 8px 0;
	padding: 0;
}

.box h2 {
	padding: 3px 7px;
	font-size: 12pt;
	color: #AF0A0F; /* başlık rengi */
}

.box ul li {
	list-style: none;
	margin: 0;
	color: #000; /* siyah metin */
}

.mainBox {
  background: rgba(10, 10, 20, 0.9);
  border: 1px solid #00ffff; /* Neon cyan border */
  box-shadow: 0 0 10px #00ffff;
  width: 100%;
  margin-bottom: 5px;
}

.mainBox h2 {
    background: rgba(220, 20, 60, 0.7); /* Semi-transparent crimson */
    color: #e0e0e0; /* Neon white text */
    text-shadow: 0 0 5px #e0e0e0;
    box-shadow: 0 0 10px crimson;
}

.box.image {
	background: transparent;
	border: none;
	width: 100%;
	min-height: 250px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.box img {
	float: left;
	margin: 5px;
	width: auto !important;
	height: 100px !important;
	border-radius: 10px;
	border: 2px solid #DCDCDC; /* gri tonlu çerçeve */
}

.icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100px;
}

.imageofnow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
}

.videoofnow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-height: 300px;
}

.quoteofnow {
	text-align: center;
	font-size: 20px;
	font-family: -WEBKIT-PICTOGRAPH;
	color: #3C6D8A; /* alıntı metni mavi ton */
}

.description {
	text-align: center;
	font-weight: bolder;
	color: #34345C; /* koyu mavi */
}

.boardlinksurl {
	float: left;
	margin-right: 100px;
	color: #00ffff; /* cyan */
	text-shadow: 0 0 5px #00ffff
}