#rectangle{
    width:100%;
    height:200px;
    overflow:clip;
    border-radius: 25px;
    /* background:blue; */
}

#td_pic{
  padding: 20px;
  max-width: 1vw;
}


.klee-one-regular {
  font-family: "Klee One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


p{
  font-family: "Klee One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3C1518;
}

.regSize{
    font-size: 20px;
}

.td-img{
  width:100%;
  min-height:100%;
}


.button_link {
			color: #ffffff;
			background-color: #8D6B94;
			font-size: 16px;
			border: 1px solid #8D6B94;
			border-radius: 5px;
			padding: 5px 10px;
			cursor: pointer;
      font-family: "Klee One", sans-serif;
      font-weight: 400;
      font-style: normal;
		}
.button_link:hover {
			color: #8D6B94;
			background-color: #FFDFC2;
		}


#game{
  border: none;
  background-color: #FFF4E9;
  color: #000000;
}
