@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Open+Sans&display=swap');

.container {
	width: 800px;
	min-height: 300px;
	border: 20px solid #CCC;
	border-radius: 15px;
	margin: auto;
	margin-top: 10%;
}

.title {
	background: #666;
	padding: 0px;
	width:70%;
	margin: 20px auto;
	text-align: center;
	color: #fff;
	font-family: "Charm", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3rem;
	border-radius: 100px
}
.link_box {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: auto;
	text-align: center
}

.link_box a {
	justify-content: space-around
}