.card {
	width: 35dvmin;
	height: 20dvmin;
	margin: 2dvmin;

	border: 2px solid #FF4151;
	overflow: hidden;

	display: flex;
	justify-content: center;

	font-family: tektur;
	font-size: 4dvmin;
	text-justify: center;
	text-wrap-mode: nowrap;


	a {
		padding: 7.5dvmin 15dvmin;
	}
	a:link, a:visited {
		color: black;
  		text-decoration: none;
	}

	a:hover {
		background-color: #FF4151;
	}

	a:active {
		background-color: #FF4151;
		color: white;
	}
}