/* latin-ext */
@font-face 
{
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(https://fonts.gstatic.com/s/sourcecodepro/v7/HI_SiYsKILxRpg3hIP6sJ7fM7PqlM-vWjMY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face 
{
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(https://fonts.gstatic.com/s/sourcecodepro/v7/HI_SiYsKILxRpg3hIP6sJ7fM7PqlPevW.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.deeppink
{
	background-color: deeppink !important;
}

.showcase
{
	display: inline-block;
	margin: 15px;
	padding: 10px;
	
	width: 325px;
	height: 325px;
	vertical-align: top;
	
	background-color: #000;
	box-shadow: 23px 23px 20px rgba(0,0,0,0.65);
}

.showcase p
{
	font-family: "Source Code Pro";
	font-size: 4em;
	color: #FFFDFA;
	text-align: center;
	margin-top: 126px;
}

.bordered
{
	font-family: monospace !important;
	font-weight: 900 !important;
	font-size: 5em !important;
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: black;
}

.glow
{	
	letter-spacing: 20px;
	text-shadow:
    	0 0 5px #fff,      /* inner white */
        2px 0 15px #f0f,   /* inner left magenta short */
        -2px 0 15px #0ff,  /* inner right cyan short */
        2px 0 20px #f0f,  /* inner left magenta broad */
        -2px 0 20px #0ff, /* inner right cyan broad */
        0 0 5px #fff,            /* outer white */
        -6px 0 34px #f0f,        /* outer left magenta */
		6px 0 34px #0ff; /* outer right cyan */
}