.ct {
	background-color: #000;
	background-image: url("https://readocracy-img.s3.us-east-1.amazonaws.com/micro/labs/cn-bg.gif");
	background-size: cover;
	background-position: center;
}

body {
	background-color: #000;
}

.ct h1 {
	color: #ff614f;
	font-size: 70px;
	line-height: 58px;
	margin-bottom: 50px;
	font-family: pt-serif;
	max-width: 409px;
	font-weight: 400;
}

.ct .left {
	background-color: rgba(0, 0, 0, 0.8);
	padding-right: 150px
}

.ct .input-ct button {
	background-color: #ff614f;
	border: none;
	color: #000;
	cursor: pointer;
}

.ct .right .content {
	overflow-y: scroll;
	height: 100%;
	padding-bottom: 50px;
	scrollbar-width: none;
	border-left: 15px solid #ff614f;
	margin-left: -8px;
}

.ct .right {

	height: 100%;
	width: 100%;
	overflow: initial;
}

.ct .right .overlay {
	background: #111021db;
	height: 100%;
	width: 100%;
	padding-top: 180px;
}

.ct .card {
	height: 134px;
	max-height: 134px;
	display: flex;
	text-decoration: none;
	align-items: center;
	border-bottom: 1px solid #ffffff85;
	margin-left: 36px;
	gap: 30px;
}

.ct .card p {
	font-size: 40px;
	line-height: 34px;
	color: #fff;
}

.ct .left p {
	color: #fff;
}

.ct input {
	border: 1px solid #777777;
	padding: 0px 10px;
	background-color: #000;
	color: #fff;
}

.ct .create-page-btn {
	background-color: #ff614f;
}

@media (max-width: 600px) {
	.ct .left {
		padding-right: 20px;
	}
}
