/*selector {property*/		/* !important wins above all*/		/*The CASCADE---*/

html {
	font-family: /*Papyrus,*/ Helvetica, sans-serif; 
	line-height: 1.5;
	color: white; 
	font-size: 16px;
}

						body {
					  		background-image: url('images/undartale-background.png');
					 				background-repeat: no-repeat;
					                background-attachment: fixed;
					                background-size: cover;

					               font-weight: bold;
					               max-width: ;
					    }
	.grid 	{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

				section		{
					border: ;
					margin: 2%;
					padding: 1rem;
					/*box-shadow: 5px 5px;*/
				}

	h1 {
		text-align: center;
		text-shadow: 0px 3px 10px skyblue;
	}

	h2	{
		text-shadow: 2px 2px 5px blue;
	}

	p 	{
		width: 95%;
		/*background: black;*/
		/*opacity: 0.5;*/
	}

iframe	{
	border: 7px
}

/*
.dec-img	{
	position: relative;
	top: px;
	left: 60%;
	right: 0;
}
*/


			/* mouse over link */
			a:hover {
 			 color: yellow;
 			}

			a {
				text-decoration: none;
				color: inherit;
			}

			a:visited {
				color: ;
			}

						/* width messurments= 0 , 500px , 50% , 1em , 1rem */
	.toby	{
		border: 0px solid pink;
		width: 90%;
	}

.dog 	{				/*How to center the image! Middle of the screen boi*/
	display: block;
	margin: 0 auto;
	width: ;
	float: ;
	/*width: 400; 
	border: 3;*/
}


section {
	background-color: ; 
}

	.Fox {
		background-color: ;
	}

	.Undertale {
		background-color: ;
	}

