.top-bar {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background: rgb(82 225 22);
	height: 5em;
	min-height: 5em;
	max-height: 5em;
	box-shadow: 1px 2px 5px 1px #000010;
	border: 2px solid red;
	z-index: 999999999999999;
	margin-bottom: 2em;
	position: fixed;
	top: 0;
}
.top-bar a:hover {
	opacity: 0;
	color: unset;
	text-decoration: none;
}
.mali {
	font-weight: bold;
	color: yellow;
	font-family: sans-serif;
	font-size: 50px;

}

.dev, .pro, .camputer {
	color: #fff;
}

.website-content {
	width: 95%;
	max-width: 95%;
	min-width: 95%;
	margin-left: 2.5%;
}
.content-body {
	margin-top: 6em;
}

body {
	background-color: pink;
}
.img-logo {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
.game-images {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

.fa-star {
	color: yellow;
}

.ortm-image{
	width: 25%;
	max-width: 25%;
	min-width: 25%;
	height: 65px;
	max-height: 65px;
	min-height: 65px;
	border-radius: 100%;
	cursor: pointer;
}
.donate_img{
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}
.contact-text {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.footer-web-site {
	margin-top: 2em;
	background-color: #000000;
	color: #fff;
}

.icon-info a {
	color: unset;
}

.facebook {
	display: inline-block;
	background-color: blue;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	cursor: pointer;
}
.twitter {
	display: inline-block;
	background-color: rgb(29, 161, 242);
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	cursor: pointer;
}
.youtube {
	display: inline-block;
	background-color: red;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	cursor: pointer;
}