body,html{
width: 100%;
height: 100%;
}

#dis_img{
border: 1px solid red;
width:490px;
height: 420px;
}

#title{
font-weight:bold;
font-size: 46px;
}

#gamedes{
font-size: 45px;
}

#gamename{
font-weight:bold;
font-size:50px;
}

#currgame{
width:97%;
border: 3px solid rgb(190, 188, 188);
}

tr{
border-bottom: 1px solid black;
}
td{
text-align: center;
}

h3{
	font-size: 45px;
}

#playlink{
display: inline-block;
height: 38px;
margin-bottom: 15px;
font-size:25px;
width:160px;
text-decoration: none;
color:white;
background-color:#09b1d8;

}



#mainlink{
display: inline-block;
height: 90px;
margin-top: 25px;
font-size:25px;
width: 100%;
text-decoration: none;
color:black;
background-color:#098500;
}

#moregames{
width:97%;
border: none;
font-family: arial;
font-size: 13px;
text-align: center;
}
