@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&display=swap');

*{
	/*color:#333333;*/
	color:#ff3333;
	font-family:'Nunito', sans-serif;
	font-size:1em;
	margin:0;
	padding:0;

}
html,body{
	overflow:hidden;
}

body{
	/*background-image:url('tile-brown.png');*/
	background-size:80px;
	background-repeat:repeat;
	/*background-color:#eeeeee;*/
	background-color:#000000;
}

a{
	font-size:1em;
	/*color:#808080;*/
	color:#550000;
	text-decoration: none;
	border:2px solid;
	border-radius: 5px;
	padding:10px;
	/*background-color: #efefef;*/
	background-color:#000000;

	transition:all .1s ease-in-out;
	display: inline;
	text-align: center;
	display: inline-block;
	width:1.5em;
	height: 1.5em;
	vertical-align: middle;
	line-height: 1.5em;
}

a:hover{
/*	color:#3333ff;
	background-color: #ffffff;*/
	color:#ff3333;
}

a.insta:hover{
	color:#aa33ff;
}

a > i{
	color:inherit;
}

/*i.fa, i.fas, i.fab{
	font-size: 1.25em;
}*/

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inner {
	margin: 0 auto;
	width:100%;
	max-width:250px;
	height:175px;
	padding:1em;
	text-align:center;
	text-transform: uppercase;
}

.stars{
	line-height: 1em;
	font-size: 5em;
}

img, .stars{
	margin-bottom:1em;
	width:100%;
	max-width:250px;
	height:auto;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
		  supported by Chrome and Opera */
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}