body {
    background-color: #081e47;
    background-image: url(https://vaoneagency.com/wp-content/uploads/2025/10/Zoom-Backgrounds-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    font-family: system-ui, sans-serif;
    margin: 0 auto;
    text-align: center;
    color: white !important;
  }
  
  body:not(.bloghash-no-sidebar) #primary {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, a, .entry-meta, .bloghash-logo .site-title, .wp-block-heading, .wp-block-search__label, .error-404 .page-header h1 {
    color: #ffffff !important;
}
  
.board {
  display: flex;
  flex-direction: row;   
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  margin: 20px auto;
  width: 330px;         
  border-radius: 10px;
}

.sqr {
  flex: 0 0 calc(33.333% - 10px);  
  aspect-ratio: 1/1;
  border: 3px solid white;
  font-size: 64px;
  border-radius: 20px;
  display: flex;              
  align-items: center;
  justify-content: center;
  color: white;
}
  
.reset {
  background-color: #e06f06ff;
  color: white;
  border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
  }