html{
		height: -webkit-fill-available;
}

body {
	color: white;
	text-align: center;
	font-size : 32;
	background-color: lightgray;
	height: 100vh;
	height: -webkit-fill-available;
}

label{
	color: white;
}

#TopNaviBar {
	position: fixed;
	z-index: 2;
	top: 10px;
}

#SiteNaviBar {
	position: fixed;
	z-index: 2;
	left: 10px;
}

#LoginNaviBar {
	position: fixed;
	z-index: 2;
	right: 10px;
}

#ContentBody {
    border-radius: 15px;
}

#SplitBody {
    width: 80%;
    height: 500px;
    overflow: auto;
}

#LeftHalf {
    width: 48%;
    height: 50%;
    float: left;
}

#RightHalf {
    width: 48%;
    height: 50%;
    float: right;
}

#CommentContainer {
    width: 95%;
}

#Commenter {
    text-align: left;
    width: 95%;
    margin-left: 2%;
    border-radius: 5px;
    background-color: white;
}

#TitleFooter{
	color: black;
}

.imgHeader{
	
}

.imgHeader img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Change this value to see different effects */
}
	
.SomeList {
    display: inline-grid;
}

.GameContainer {
    border-radius: 15px;
    border: 1px solid blue;
    background-color: silver;
}

.signup{
	border-radius: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
    border: 2px solid blue;
    background-color: lightblue;
    box-shadow: 5px 5px black;
}

.Games {
    border-radius: 15px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 45%;
    border: 2px solid blue;
    background-color: lightblue;
    box-shadow: 5px 5px black;
}

.GameTitle {
    border-radius: 5px;
    background-color: white;
}

.GameTitle img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Change this value to see different effects */
}

.TitleH {
    border-radius: 5px;
    background-color: black;
	text: black;
}

.Title {
    border-radius: 5px;
    background-color: darkgrey;
	text: black;
}

.Title img{
	width: 98%;
    height: 20%;
	object-fit: fill; /* Change this value to see different effects */
}

.TitleBody {
	background-color: gray;
}

.TitleBody img {
            width: 25%;
            height: 50%;
            object-fit: cover; /* Change this value to see different effects */
}

.Comments {
    color: black;
    border-radius: 15px;
    border: 1px solid green;
    background-color: lightblue;
    
    margin-bottom: 5px;
}

.Version {
    color: black;
    border-radius: 15px;
    border: 1px solid green;
    background-color: lightblue;
    margin: auto;
    margin-bottom: 5px;
    box-shadow: 5px 5px black;
}