*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffb3de; /* Light Hot Pink */
	color: #ffffff;
	font-size: 16px;
	font-family: Verdana, Arial, Sans-Serif;
}

img {
	opacity: 1.0;
}

img:hover {
	opacity: 0.5;
}

a:link, a:visited, a:active {
	color: #ff69b4; /* Hot Pink */
}

a:hover {
	color: #ffb3de; /* Light Hot Pink */
}

a.white:link {
    color: #ffffff;
    text-decoration: none;
}

a.white:hover {
	color: #ffffff;	
    text-decoration: underline;	
}

.porngames {
	width: 98px;
	height: 118px;
	background: url("porngames.png") no-repeat;
	display: inline-block;
}
.porngames:hover {
	background: url("porngames-hover.png") no-repeat;
}

input {
	font-size: 14px;
	padding: 5px;
	display: block;
	width: 350px;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius: 5px;	
}

input:focus { 
	outline:none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff69b4; /* Hot Pink */
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ff69b4; /* Hot Pink */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ff69b4; /* Hot Pink */
}

#wrapper {
	display: flex;
}

#left {
	flex: 0 0 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;  
}

#right {
	flex: 1;
	display: flex;
	justify-content: left;
	height: 100px; 	
}

.hotpink {
	color: #ff69b4; /* Hot Pink */
}

.lighthotpink {
	color: #ffb3de; /* Light Hot Pink */	
}

.sidebar {
	float:right;
	margin-right: 10px;
	text-align: center;
}

.game_frame {
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius:  5px;
	padding: 5px;
	width: 550px;
}

.game_image {
	border-radius:  5px;
	width: 100px;
	height: 100px;
}

.game_title {
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
}

.game_descr {
	color: #ffb3de; /* Light Hot Pink */
	background: #ffffff;
	font-size: 12px;
	text-align: left;
	margin-left: 10px;	
}

.title_frame {	
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;	
	font-size: 12px;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius:  5px;
	padding: 5px;	
	text-align: center;
	width: 550px;	
}

.descr_frame, .cat_frame, .tags_frame {	
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;	
	font-size: 12px;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius:  5px;
	padding: 5px;	
	text-align: left;
	width: 550px;	
}

.info_frame {
	display: flex;
	align-items: center;	
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;	
	font-size: 12px;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius:  5px;
	padding: 5px;	
	text-align: left;
	width: 550px;	
}

.footer {
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;
	font-size: 12px;
	border-top: 2px solid #ff69b4; /* Hot Pink */
	padding: 5px;	
	text-align: center;	
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.alignleft {
	float: left;
	margin-left: 5px;
}

.alignright {
	float: right;
	margin-right: 10px;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 40px;
    right: 10px;
	color: #ff69b4; /* Hot Pink */
	background: #ffffff;
	border: 2px solid #ff69b4; /* Hot Pink */
	border-radius:  5px;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    color: #ffb3de; /* Light Hot Pink */
    background-color: #ffffff;	
	border: 2px solid #ffb3de; /* Hot Pink */
	border-radius:  5px;	
}