html, body {
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  background: #417026; 
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  color:#eee;
  height: 100%;
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center;     /* Centers content vertically */
}
a span  {
  vertical-align: center;
}

* {
  box-sizing: border-box;
}

.text-node { background-clip: text !important; -webkit-background-clip: text !important; }

/* Board */
.board-30bb5d5e5240 {
  position: relative;
  width: 412px;
  height: 914px;
  overflow: hidden;
  z-index: 0;
}

/* Board */
.board-30bba5935cd5 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 412px;
  height: 914px;
  display: grid;
  align-items: start;
  align-content: stretch;
  justify-items: start;
  justify-content: stretch;
  gap: 10px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}


/* Rectangle */
.rectangle-30bec3b1b741 {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 8;
}

/* Rectangle */
.rectangle-30beda8abf86 {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 8;
}

/* Rectangle */
.rectangle-30beb3945912 {
  width: 100%;
  height: 100%;
  grid-column: 3 / 5;
  grid-row: 7 / 9;
}

/* Rectangle */
.rectangle-30bed21b2ff6 {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 7;
}

/* Rectangle */
.rectangle-30bec2b6c694 {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 7;
}

/* Rectangle */
.rectangle-30bed39032f8 {
  width: 100%;
  height: 100%;
  grid-column: 4;
  grid-row: 6;
}

/* Rectangle */
.rectangle-30bebc4a8002 {
  width: 100%;
  height: 100%;
  grid-column: 3;
  grid-row: 6;
}

/* Rectangle */
.rectangle-30bec1ab4c47 {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 6;
}

/* Rectangle */
.rectangle-30bed14223b2 {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 6;
}

/* Rectangle */
.rectangle-30bec5734041 {
  width: 100%;
  height: 100%;
  grid-column: 4;
  grid-row: 5;
}

/* Rectangle */
.rectangle-30beb0232b7a {
  width: 100%;
  height: 100%;
  grid-column: 1 / 3;
  grid-row: 5;
}

/* Rectangle */
.rectangle-30bec031e7a5 {
  width: 100%;
  height: 100%;
  grid-column: 4;
  grid-row: 4;
}

/* Rectangle */
.rectangle-30beaf4e3cd0 {
  width: 100%;
  height: 100%;
  grid-column: 3;
  grid-row: 4 / 6;
}

/* Rectangle */
.rectangle-30becad214b5 {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 4;
}

/* Rectangle */
.rectangle-30bed0708baa {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 4;
}

/* Rectangle */
.rectangle-30becc7f55a3 {
  width: 100%;
  height: 100%;
  grid-column: 4;
  grid-row: 3;
}

/* Rectangle */
.rectangle-30becbb77c2f {
  width: 100%;
  height: 100%;
  grid-column: 3;
  grid-row: 3;
}

/* Rectangle */
.rectangle-30bebe08ad9a {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 3;
}

/* Rectangle */
.rectangle-30bebf3b6662 {
  width: 100%;
  height: 100%;
  grid-column: 3;
  grid-row: 2;
}

/* Rectangle */
.rectangle-30becd9c4e3f {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 2;
}

/* Rectangle */
.rectangle-30beae0a609b {
  width: 100%;
  height: 100%;
  grid-row: 2 / 4;
}

/* Rectangle */
.rectangle-30beb5575347 {
  width: 100%;
  height: 100%;
  grid-column: 3;
  grid-row: 1;
}

/* Rectangle */
.rectangle-30bece594065 {
  width: 100%;
  height: 100%;
  grid-column: 2;
  grid-row: 1;
}

/* Rectangle */
.rectangle-30be04223651 {
  width: 100%;
  height: 100%;
  align-self: start;
  justify-self: start;
}
.rectangle-30becf71be05 {
  width: 100%;
  height: 100%;
  align-self: start;
  justify-self: start;
  grid-row: 1 / 3;
  grid-column: 4;
}

.rect {
  background-image: url('/static/deco/snow-cap.svg');
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align:center;
  text-align:center;
  align-content:center;
}
