body{

background-color : #ecf0f1;
}




.menu {
height : 60px;
border-bottom: 1px solid black;
display: flex;
justify-content: flex-end;
flex-wrap: nowrap;
align-items : center;

}

.menu-item{
margin-left: 10px;
margin-right: 20px;

font-size : 1.0rem;
font-weight : bold;
color : #555555;

}


.termoOfServicemenu {
height : 50px;
display: flex;
justify-content: center;
flex-wrap: nowrap;
align-items : center;

}

.termoOfServicemenu-item{
margin-left: 10px;
margin-right: 20px;
font-size : 1.0rem;
font-weight : bold;
color : #555555;

}




.main{
width : 100%;
margin : 0 auto;
margin-top : 60px;

display: flex;
flex-direction: column;
flex-wrap: wrap; 

align-items: center;
}

.mainTerms{
width : 100%;
margin : 0 auto;
margin-top : 60px;

display: flex;
flex-direction: column;
flex-wrap: nowrap; 

	
}


.title{
font-size: 3.5rem;
font-weight: bold;
color : #555555;
}


.titleTerms{
font-size: 2.5rem;
font-weight: bold;
color : #555555;
}



.subtitle{
font-size: 1.2rem;
font-weight: bold;
color : #555555;
}


.subtitle2 {
font-size: 1.2rem;
font-weight: bold;
color : #ff0000;
}


.gamedownloadtxt{
font-size: 1.4rem;
font-weight: bold;
color : #555555;
text-align: center
}


.gamedesctxt{
font-size : 1.0rem;
font-weight : bold;	
color : #555555;	
margin-left : 40px;
margin-right : 40px;

}



.gameItemDownLoadGroup{

display: flex;
flex-direction: row;
flex-wrap: wrap; 
align-items: center;
justify-content: center;
}

Warship : World War 2 - The Atlantic War
.gameDescGroup{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-around;	

}


.game-Item1 {
width : 900px;
height : 1350px;
border : 1px solid black;
margin : 20px;
border-radius : 10px;

border-color : #999999;
color : #555555;

}

.game-Item2 {
width : 900px;
height : 1350px;
border : 1px solid black;
margin : 20px;
border-radius : 10px;

border-color : #999999;
color : #555555;

}

.game-Item3 {
width : 900px;
height : 1350px;
border : 1px solid black;
margin : 20px;
border-radius : 10px;

border-color : #999999;
color : #555555;

}


.game-Item4 {
width : 900px;
height : 2230px;
border : 1px solid black;
margin : 20px;
border-radius : 10px;

border-color : #999999;
color : #555555;

}


.game-Item5 {
width : 900px;
height : 1600px;
border : 1px solid black;
margin : 20px;
border-radius : 10px;

border-color : #999999;
color : #555555;

}

