body {
/*	background: url("sea.png"); */
	background-color: rgb(50, 100, 255);
	
}
.menu {
	width: 100%;
}
#battleField{
display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
#playerField{
	float: left;
	width: 40%;
	margin-left: 30%;
	margin-right: 10%;
	margin-top: 100px;
	margin-bottom: 60px;
	
	padding-bottom: 60px;
	
	break-inside: avoid-column;
	
}
#col1, #col0, #col2, #col3{
	height: 200px;
	width: 50px;
	float: left;
	
}
#sh1, #sh2{
	clear: both;
	position: absolute;
	/*margin-top: 25px;
	 display: block;
  margin-left: auto;
  margin-right: auto;  */
	
	
}
img {
/*	 display: block;
  margin-left: auto;
  margin-right: auto;
	clear: both;  */
}
#image{
	padding: 30px;
	margin-top: 30px;
	float: right;
}
#r0c0, #r1c0, #r2c0, #r3c0,
 #r0c1, #r1c1, #r2c1, #r3c1,
 #r0c2, #r1c2, #r2c2, #r3c2,
 #r0c3, #r1c3, #r2c3, #r3c3 {
	 width: 49px;
	 height: 50px;
	 border-color: rgb(150, 150, 255);
	border-style: solid;

 }
#bar{
	border: solid;
	background-color: red;
	width: 100%;
	height:10px;
	
}
#missile{
	 width: 10px;
	 height: 10px;
	 position: absolute;
	 background-color: rgb(255, 0, 0);
}
#missile1{
	 width: 10px;
	 height: 10px;
	 position: absolute;
	 background-color: rgb(255, 0, 0);
}

#computerField{
	float: right;
	width: 40%;
	margin-left: 10%;/*255px;  */
	margin-top: 100px;
	margin-right: 5%;
/*	column-count: 4;  */
	
	
	break-inside: avoid-column;
	
}
#ccol1, #ccol0, #ccol2, #ccol3{
	height: 200px;
	width: 50px;
	float: left;
	
}

#cr0c0, #cr1c0, #cr2c0, #cr3c0,
 #cr0c1, #cr1c1, #cr2c1, #cr3c1,
 #cr0c2, #cr1c2, #cr2c2, #cr3c2,
 #cr0c3, #cr1c3, #cr2c3, #cr3c3 {
	 width: 49px;
	 height: 50px;
	 border-color: green;
	border-style: solid;
	background-color: rgb(150, 150, 255);
 }
