/* Background */
@font-face {
	font-family: "Excelorate";
	src: url('Excelorate-Font.otf') format("opentype");
 
}

body {
	background-color: #333232;
	background-repeat: repeat;
	font-family: 'Circular Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 50px;

	color: #CEB7B3;
}

/* Headers */
altcolor {
	color: #7F7CCC;
	font-size: 65px;
}

/* Links */
a {
	color: inherit;
	word-wrap: break-word;
	text-decoration: none;
	
}

a:hover {
	color: #CC8B86;
	font-size: 65px;

}

/* Paragraphs */
p {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}



/* Images appearance*/
img {
	max-width:100%
	max-height:100%
	vertical-align: middle;
	display: block;
}

/* Aligned text */
.center {
	text-align: center;
}


#bigtext {

	line-height: 1.25em;
}

#cntain {
	padding: 30px;
}

crzy {
	font-family: "Excelorate";
	-webkit-text-stroke-color: #644540;
	-webkit-text-stroke-width: 2px;

   text-shadow:
       3px 3px 0 #644540,
     -1px -1px 0 #644540,  
      1px -1px 0 #644540,
      -1px 1px 0 #644540,
       1px 1px 0 #644540;

}

.ovlp {
	background-color: transparent;
}

#cntnt {
	font-size: 39px;
	line-height: 1.25em;
}

.box {
	display: flex;
	flex-direction: column;
}

.tray {
	padding: 20px;
	border: 10px solid #CEB7B3;
	border-style: dashed;
	margin: 5px;
}
