body {
	transform: scale(0.85); 
	transform-origin: center;
  }

.bss {
	vertical-align: middle;
	text-align: center;
}

.cs2_body {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(IMG/backB.jpg);
	/*background-size: cover;
	background-color: #2c2c2c;
	background-attachment: scroll;
	background-image: url(pages/cs2/IMG/backB.jpg);*/	
	/*background:
	width: 100%;
    height: 100vh;*/
}
.body {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(IMG/backB.jpg);	
	/*background: #DBDBDB;*/
	/*width: 100%;
    height: 100vh;*/
}
.p-name {
    display: flex;
	justify-content: center;
	front-family: Aria, sans-serif;
    font-size: 85px;
    color: #DE0B0B;
}

.p-by{
	position:fixed;
	font-size: 20px;
	bottom: 3px;
	front-family: Aria, sans-serif;
	color: #DE0B0B;
}

.css-sersers {
	vertical-align: middle;
	text-align: center;
}

a:link {
    color:#DE0B0B;          
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color:#DE0B0B;
    background-color: transparent;
    text-decoration: none;
}
