body {
  font-family: "Arial", sans-serif;
  background: url("/rain-6243559.jpg") ;
  background-repeat: no-repeat;
  /* background-size: cover; */
  
  color: rgb(70, 0, 0);
}
img{
  opacity: .5;
}
section {
  text-align: center;

}
.game--container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 306px;
  margin: 50px auto;
  background-color: rgb(173, 173, 173);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
}

.game--status{
  font-size: 30px;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 0);
  width:306px;
  margin:auto;
  border-radius: 20px;
padding:10px 20px;
}

.cell {
  font-family: "Permanent Marker", cursive;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 1px #333333;
  border: 1px solid #333333;
  cursor: pointer;
  line-height: 100px;
  font-size: 60px;
}
.game--title{
font-size: 60px;
color: rgb(248, 248, 248);
background-color: black;
padding:1rem 2rem;
width:30%;
margin: auto;
margin-top: 40px;
border-radius: 20px;
}

.enterName{
  margin:5rem ;
 
}
.player1,.player2{
    font-size: 1.5rem;
    margin:auto;
    align-items: center;
    display: block;
    margin-top:1rem;
    border:0px;
    border-radius: 1rem;
    padding: .5rem 1rem;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.8);
    
}
.start{
  margin:3rem ;
  font-size: 2rem;
  background-color: blue;
  color:wheat;
  border-radius: 1rem;
}

/* @media screen and (max-width: 480px) {
  .game--title{
    font-size: 30px;
  }
} */
@media screen and (max-width: 1100px) {
  .game--title{
    font-size: 30px;
  }
  .game--status{
    font-size: 30px;
}
}
@media screen and (max-width: 555px) {
  .game--title{
    font-size: 20px;
  }
    .game--status{
    font-size: 2  0px;
}
}
.game--restart{
  margin: 3rem auto;
  font-size: 30px;
  border-radius: 20px;
  font-weight: 700;

}