/* CSS Document */


body {
	background-color: lightgray;
	
}
/* color */
.smsch {
	text-align: center;
	color: white;
}

.smsc1 {
	text-align: center;
	background-color: tomato;
	font-size: 2em;
	color: white;
}

.smsc2 {
	text-align: center;
	background-color: orange;
	font-size: 2em;
	color: white;
}

.smsc3 {
	text-align: center;
	background-color: dodgerblue;
	font-size: 2em;
	color: white;
}

.smsc4 {
	text-align: center;
	background-color: mediumseagreen;
	font-size: 2em;
	color: white;
}

.smsc5 {
	text-align: center;
	background-color: gray;
	font-size: 2em;
	color: white;
}

.smsc6 {
	text-align: center;
	background-color: slateblue;
	font-size: 2em;
	color: white;
}

.smsc7 {
	text-align: center;
	background-color: violet;
	font-size: 2em;
	color: white;
}

.smsc8 {
	text-align: center;
	font-size: 2em;
	color: white;
	padding-bottom: 5em;
}

/* fonts */
.thefonts{
	background-color: white;
}

.ltsfh {
	
}

.ltsfdf {
	font-size: 25px;
	
}

.ltsfgs {
	font-size: 25px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.ltsfba {
	font-size: 25px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.ltsfim {
	font-size: 25px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
}

.ltsflg {
	font-size: 25px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"
}

.ltsfcm {
	font-size: 25px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

.ltsflh {
	font-size: 25px;
	font-family: "Lucida Handwriting";
}

.ltsfbg {
	font-size: 25px;
	margin-bottom: 5em;
	font-family: 'Bangers'; /* idk but no work */
}

/* links */

.thelinks{
	background-color: black;
	color: white;
}

.linkh {
	
}

.linkp {
	
}
.link{
	list-style-type: none;
	font-size: 200%;
}
a:link{
	color: yellow;
	font-size: 2em;
}
a:visited{
	color: green;
}
a:active{
	color: red;
}
/* box models */

.theboxmoel {
	background-color: rebeccapurple;
}

li::before {
	font-family: "Material Icons";
	content: "link";
	margin-left: -20px;
	margin-right: 10px;	
}

.box1 {
	background-color: black; width: 300px; border: 15px solid green; padding: 50px; margin: 20px; color: lightgreen;
}

.box2 {
	background-color: maroon; width: 500px; border: 5px dashed#FFFFFF; padding: 20px 20px 20px 20px; margin: 100px 500px; color: lightgreen;
}
