* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-image: url("https://17fei.fun/positions/Doggy-Style-Sex-Position-Illustration.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 100px;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: #080808;
  text-transform: uppercase;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.dark-purple {
  background: rgba(94, 53, 119, 0.6);
}

.light-blue {
  background: #d2eaf5;
}

.purple {
  background: rgba(176, 47, 124, 0.6);
}

.orange {
  background: rgba(250, 129, 29, 0.6);
}

.red {
  background: rgba(245, 12, 43, 0.6);
}

.yellow {
  background: rgba(255, 237, 32, 0.6);
}

.green {
  background: rgba(65, 153, 78, 0.6);
}

.dark-blue {
  background: rgba(90, 109, 186, 0.6);
}

.table {
  padding-left: 50px;
  padding-right: 50px;
}

.board {
  display: grid;
  grid-template-columns: 125px repeat(20, 1fr) 125px;
  grid-template-rows: 125px repeat(9, 1fr) 125px;
  grid-gap: 2px;
  margin: 35px auto;
  width: 91.2%;
  height: 994px;
  background: #080808;
  border: 2px solid #080808;
}

.center {
  grid-column: 2/22;
  grid-row: 2/11;
  background: #fafaf8;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 1fr);
  justify-items: center;
  align-items: center;
}

.title {
  grid-column: 1/9;
  grid-row: 4;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 12px;
}

.font-10px {
  font-size: 10px;
  line-height: normal;
}

.font-11px {
  font-size: 11px;
  line-height: normal;
}

.font-12px {
  font-size: 12px;
  line-height: normal;
}

.font-13px {
  font-size: 13px;
  line-height: normal;
}

.community-chest-deck {
  grid-column: 1/3;
  grid-row: 1/5;
  transform: rotate(135deg);
  margin-bottom: 60px;
  margin-right: 60px;
  display: grid;
  place-items: center;
}

.chance-deck {
  grid-column: 6/8;
  grid-row: 3/7;
  transform: rotate(315deg);
  margin-top: 60px;
  margin-left: 60px;
  display: grid;
  place-items: center;
}

.label {
  text-align: center;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.deck {
  border: 2px dashed #080808;
  width: 160px;
  height: 120px;
}

.row {
  display: grid;
  grid-gap: 2px;
}

.horizontal-row {
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 125px;
}

.vertical-row {
  grid-template-columns: 125px;
  grid-template-rows: repeat(9, 1fr);
}
.vertical-row .container-m {
  top: 50%;
  left: 50%;
}

.bottom-row {
  grid-column: 2/22;
  grid-row: 11;
}

.hotter-row {
  grid-column: 2/22;
  grid-row: 10/11;
  background: #000;
}

.left-row {
  grid-column: 1;
  grid-row: 2/11;
}
.left-row .container-m {
  transform: translate(-50%, -50%) rotate(90deg);
}

.top-row {
  grid-column: 2/22;
  grid-row: 1;
}

.right-row {
  grid-column: 22;
  grid-row: 2/11;
}
.right-row .container-m {
  transform: translate(-50%, -50%) rotate(270deg);
}

.space {
  background: #fafaf8;
  text-align: center;
  overflow: hidden;
}
.space .container-m {
  display: flex;
  flex-direction: column;
  position: relative;
  transform-origin: center;
  height: 125px;
  width: 80px;
}
.space .name,
.space .instructions {
  padding-left: 15px;
  padding-right: 15px;
}
.space .price {
  font-size: 7px;
  font-weight: 400;
  padding-bottom: 5px;
}

.corner .container-m {
  justify-content: space-around;
  height: 100%;
  width: 100%;
}
.corner .name {
  padding: 0;
}

.property .color-bar {
  height: 30px;
  border-bottom: 2px solid #080808;
  align-content: center;
}
.property .name {
  padding-top: 10px;
}

.railroad .name {
  padding-top: 10px;
}
.railroad .drawing {
  font-size: 60px;
  color: #080808;
}

.utility .name {
  padding-top: 10px;
}
.utility .drawing {
  font-size: 70px;
}

.fee .name {
  padding-top: 10px;
  font-size: 14px;
}
.fee .instructions {
  font-size: 10px;
}

.go {
  grid-column: 22;
  grid-row: 11/12;
  position: relative;
}
.go .container-m {
  justify-content: flex-start;
  transform: rotate(315deg);
}
.go .instructions {
  padding: 0 30px;
}
.go .go-word {
  font-size: 40px;
  color: rgba(245, 12, 43, 0.6);
}
.go .arrow {
  font-size: 45px;
  color: rgba(245, 12, 43, 0.6);
  position: absolute;
  bottom: -10px;
  left: 5px;
}

.jail {
  grid-column: 1;
  grid-row: 11/12;
  display: grid;
  grid-template-columns: repeat(10, 12.5px);
  grid-template-rows: repeat(10, 12.5px);
  justify-content: center;
  align-items: center;
}
.jail .drawing {
  grid-column: 4/11;
  grid-row: 1/8;
  width: 87.5px;
  height: 87.5px;
  background: rgba(250, 129, 29, 0.6);
  border-bottom: 2px solid #080808;
  border-left: 2px solid #080808;
}
.jail .just {
  grid-column: 3;
  grid-row: 4;
  transform: rotate(90deg);
  padding-top: 5px;
}
.jail .visiting {
  grid-column: 6;
  grid-row: 8;
  padding-top: 5px;
}
.jail .container-m {
  align-items: center;
  transform: rotate(45deg);
}
.jail .name {
  font-size: 14px;
}
.jail .window {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 55px;
  height: 55px;
  background: #fafaf8;
  border: 2px solid #080808;
}
.jail .person {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
}
.jail .bar {
  height: 55px;
  width: 2px;
  background: #080808;
}

.free-parking {
  grid-column: 1;
  grid-row: 1/2;
}
.free-parking .container-m {
  justify-content: center;
  transform: rotate(135deg);
}
.free-parking .name {
  font-size: 16px;
}
.free-parking .drawing {
  font-size: 40px;
  color: rgba(245, 12, 43, 0.6);
  padding-top: 5px;
  padding-bottom: 5px;
}

.go-to-jail {
  grid-column: 22;
  grid-row: 1/1;
}
.go-to-jail .container-m {
  justify-content: center;
  transform: rotate(225deg);
}
.go-to-jail .name {
  font-size: 16px;
}
.go-to-jail .drawing {
  font-size: 40px;
  color: rgba(100, 3, 3, 0.6);
  padding-top: 5px;
  padding-bottom: 5px;
}

.chance .container-m {
  justify-content: center;
}
.chance .container-m .arrow {
  font-size: 45px;
  color: rgba(245, 12, 43, 0.6);
  position: absolute;
  bottom: -10px;
  left: 5px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.chance .drawing {
  font-size: 90px;
  color: rgba(245, 12, 43, 0.6);
}
.chance .blue {
  color: rgba(90, 109, 186, 0.6);
}

.community-chest .container-m {
  justify-content: space-around;
}
.community-chest .drawing {
  font-size: 50px;
  color: #d2eaf5;
}
.community-chest .instructions {
  font-size: 8px;
}

.electric-company .drawing {
  color: rgba(255, 237, 32, 0.6);
}

.waterworks .drawing {
  color: rgba(90, 109, 186, 0.6);
}

.income-tax .container-m {
  justify-content: center;
  align-items: center;
}
.income-tax .name {
  padding-bottom: 5px;
}
.income-tax .diamond {
  width: 5px;
  height: 5px;
  background: #080808;
  transform: rotate(45deg);
  display: inline-block;
}
.income-tax .instructions {
  padding-top: 5px;
  padding-bottom: 5px;
}

.luxury-tax .drawing {
  font-size: 50px;
}
.luxury-tax .instructions {
  padding-bottom: 5px;
}

.long-name {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.three-line-name {
  position: relative;
  top: 5px;
}

/*# sourceMappingURL=dfw.css.map */
