@charset "utf-8";
/* CSS Document */
.text-box{
	text-align: center;
	color: #142025;
	background: rgba(230,243,109,1.00);
	margin: auto;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	align-content: center;
	font-family: KortoBook;
	font-size: 3rem;
}

.text-box p{
	margin-bottom: 0rem;
}

.padme{
	margin-top: 20vh;
}