@charset "UTF-8";
/* CSS Document */

body{
	background-color:#232323;
	color: #d0d0d0;
}

a, a:hover{
	display:block;
	color: #424242;
	text-decoration:none;
	margin:0px auto;
	width:auto;
	align-self:center;
}

.thick-border{
	border:4px solid #d0d0d0;
	border-radius:20px;
}

.my-card-img{
	border-radius: 16px 16px 0px 0px;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}

.cardLink{
	max-width: 200px;
}