body {
	font-family: calibri;
	background-color: #E5D2CB;
}

body::-webkit-scrollbar {
	display: none;
}

b {
	color: #D47797;
}

p {
	color: black;
}

.navbar {
	width: 700px;
	margin: auto;
	margin-bottom: -50px;
	font-size: 2em;
}

.navbar a {
	color: #D47797;
	text-decoration: none;
}

.navbar a:hover {
	color: black;
	transition: 0.3s ease-in-out;
}

.navbar a.active {
	color: black;
}

.box {
	width: 700px;
	height: 85vh;
	overflow: hidden;
	margin: auto;
	margin-top: 60px;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
}

.silitop {
	position: relative;
	background-color: #D47797;
	color: white;
	width: 700px;
	height: auto;
}

.silitop h1 {
	margin-top: 0px;
	padding: 15px;
}

.boxcontent {
	width: 650px;
	max-height: 85vh;
	height: auto;
	overflow-y: scroll;
	margin-top: -21px;
	padding: 15px 25px;
	text-align: center;
}

.boxcontent h3 {
	color: #D47797;
}

.boxcontent a:hover {
	opacity: 75%;
	transition: 0.3s ease-in-out;
}

.boxcontent::-webkit-scrollbar {
	display: none;
}

.buttons img {
	display: block;
	margin: 25px auto 25px auto;
}

.updatelogcontent {
	width: 400px;
	height: 250px;
	border: 1px solid black;
	border-radius: 5px;
	overflow-y: scroll;
	margin: auto;
	padding: 5px 25px;
}

.updatelogcontent::-webkit-scrollbar {
	display: none;
}

.blogimg {
	width: 40vw;
}

.galleryimg {
	width: 40vw;
}

.bottomspace {
	height: 10vw;
}

.bigbuttons img {
  height: 40px;
 }

.smallbuttons img {
  height: 40px;
}