.cpostsmain{
	grid-area: 2 / 1 / 3 / 3;
	display: grid;
	grid-template-columns: 50px 150px 1fr 50px;
	grid-template-rows: auto;
}

.challenge {
	grid-area: 1 / 2 / 2 / 4;
}

.challengep {
	text-align: center;
}

.ctopics {
	grid-area: 2 / 2 / 3 / 3;
	justify-content: center;
}

.ctopicshead {
	text-align: center;
	margin: 0;
}

.ctopicsheadp1  {
	margin: 0px;
	font-weight: 700;
}

.ctopicsheadp2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.cpostbutton {
    width: 130px;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #c1b6ab;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    cursor: pointer;
}

.cpostbutton:hover {
  background-color: #8d7f75;
  color: white;
}

.cdisplaypanel {
	grid-area: 2 / 3 / 3 / 4;
	margin: 15px 15px 15px 15px;
}

