
.button {
	display: flex;
	background: #b9b9b9;
	color: #000d18;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	display: flex;
	padding: 10px 20px;
	margin-top: 20px;
}

.button:hover{
	opacity: 0.8;
	cursor: pointer;
}

.info {
	margin-top: 20px;
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 30px;
}

hr {
	margin: 20px 0px;
	width: 100px;
	border: 0;
	height: 1px;
	background: #091b2c;
}

.info img {
	height: 100px;
	margin-right: 30px;
	border-radius: 50px;
}

.card{
	display: flex;
	justify-content: center;
	align-items: center;
}

.anotherB {
	background: #06111c;
	color: #bdbdbd;
}