body {
    background-color: black;
    height: 100vh;
    margin: 0;
}
p {
    color: white;
}

.wrapper {
  display: flex;
  justify-content: center; 
  align-items: center;      
  height: 100vh;            
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;  
}

#board {
  width: 50vw;              
  height: 50vw;            
  max-width: 600px;         
  max-height: 600px;        
  background-color: #f0d9b5;
}
