﻿.card911 {
	font-size: 1.3em;
	width: 130px;
	height: 100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #497BEE;
	border-color: #497BEE;
	color: white;
	cursor: pointer;
	border-radius: 7px;
}

.cardAmbulance {
	font-size: 1.3em;
	width: 130px;
	height: 100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #E05656;
	border-color: #E05656;
	color: white;
	cursor: pointer;
	border-radius: 7px;
}

.cardFont {
	font-size: 1em;
}

.icon-info-font {
	font-size: 30px;
}

.cardInfo {
	font-size: 10px;
	width: 100%;
	height: 100px;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-color: #A1A1A2;
	color: white;
	cursor: pointer;
	border-radius: 7px;
}

.link-info {
	color: white;
	text-decoration: none;
}
