
	

.centerd{
	display: flex;
	justify-content: center;}
	a{
		border-radius: 48px;
	background-color: rgba(0,0,4,10%);
	color: rgb(255,255,255);
	display: flex;
	justify-content: center;
	border-width: 8px;
	text-decoration: none;
	
}
.content{
	width: 100%;
	background-color: lightblue;
	
}
body{
	background-color: rgb(39, 47, 49);
}
a:hover{
	background-color: rgb(251, 254, 255);
	color: rgb(0,0,4);
	border: 4px solid black;
	
}
.link{
	text-align: center;
	width: 70%;
	height: 50px;
	margin: auto;
	padding: 5px;
	font-size: 30px;
	}
	.drawing{
		text-align: center;
		width: 30%;
		height: 45px;
	
		margin-left: 1%;
		margin-right: 1%;
		padding: 5px;
		font-size: 30px;
		float: left;
	}
	#nav{
		position: fixed;
    	top: -3%;
		background-color: rgba(0,0,4,40%);
		width: 100%;
		text-align: center;
		
		font-family: 'Indigo Outline', arial, sans-serif;
		display: inline-block;
		padding-left: 20px;
		height: 15%;
		-webkit-text-stroke-width: 3px;
		-webkit-text-stroke-color: rgba(255, 255, 255, 0.529);
	  }
.servchoises{
	
    width: 50%;
    margin: auto;
    height: 200%;
    font-size: 30px;
    
	letter-spacing: 1px;
	font-weight: 400;
    font-family: 'Roboto', arial, sans-serif;
	display: flex;
	
	justify-content: flex-start;

}
.discrtion{
	color:rgb(161, 173, 177);
	font-size: 13px;
	font-weight: 100;
}
.non-prices{
	width:70%;
	box-sizing: border-box;
	
}

.prices{
	float: right;
    margin-right: 5px;
	width: 25%;
	position: relative;
	margin-top: 5px;
	box-sizing: border-box;
	
	
}
.prices h1,h2,h3 {
	color: rgb(255, 255, 255);
    font-size: 20px;
}
.difrenter{
	color: rgb(109, 109, 109)
	
}
body {
	height: 200%;
}
.non-prices-mod{
	width:70%;
	box-sizing: border-box;
}


.seprtor{
	width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.336);
    margin: 20px 0;
}
.modchoise{
	width: 50%;
    margin: auto;
    height: 200%;
    font-size: 30px;
    
	letter-spacing: 1px;
	font-weight: 400;
    font-family: 'Roboto', arial, sans-serif;
	display: flex;
	
	justify-content: flex-start;
    
}
.link{
	width: 80px;
	height: 40px;
	font-size: 30px;
	margin-left: 3px;
	margin-top: -5%;
}
.buyButtons{
	float: right;
	background-color: aqua;
}