 @font-face {
 	font-family: 'Chalkduster';
 	src: url('files/Chalkduster.ttf') format('truetype');
 }
@font-face {
		font-family: 'PunkMaster';
		src: url('files/PunkMaster.otf') format('truetype');
}

	
h2, h3{
	color:#949db5;
	font-family: Arial;
}
body {
	background-image: url('files/mudEdit.png');
	background-repeat: repeat;
	margin: 3%;
	animation: moveBackground 60s linear infinite;
}

@keyframes moveBackground {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 100% 100%;
	}
}
header {
	text-align: center;
}

.container div {
	margin: 5px;
	padding: 5px;
	border-radius: 24px;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}	

.sub_container{
	display:flex;
	align-items: center;
}

code {
	background-repeat: repeat;
	display: block;
	font-family: Chalkduster;
	padding: 1rem;
	color: #ebf0bf;
	font-size: 2rem;
	border: 0.4rem solid transparent;
	border-image: url(files/sheetMetal.png) 100 repeat;
	background: url(files/chalkBoard.png) center / cover;
}

p {
	font-size: 3rem;
	font-family: Arial;
	color: #1c0107;
	text-shadow: 2px 4px 4px rgb(0 0 0 / 33%);
}

.container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: 10rem;
	margin-right: 10rem;
	border: 0.4rem solid transparent;
	border-image: url('files/sheetMetal.png') 100 repeat;
	background: url('files/sheetMetal2.jpg') center / cover;
	background-repeat: repeat;
	background-size: 50%;
	border-radius: 1rem;
		
}

form {
	text-align: center;
}

hr {
	height: 0.4rem;
	border: none;
	background: url('files/sheetMetal.png');
}

 h1 {
 	font-family: PunkMaster;
 	margin: 20px;
 	color: #3d0202bf;
 	font-size: 10rem;
	padding-left:0px;
	padding-right: 0px;
 }


@media only screen and (min-width: 4000px) {
.container {
		margin-left: 60rem;
		margin-right: 60rem;
	}
}

@media only screen and (min-width: 3200px) {
	.container {
		margin-left: 25rem;
		margin-right: 25rem;
	}
}

@media only screen and (max-width: 1250px) {
	p{
		font-size:2rem;
	}
	code {
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.container{
		margin-left: 0px;
		margin-right:0px;
	}

	h1{
		font-size: 4rem;
		margin: 0px;
	}

	p {
		font-size: 1.6rem;
	}

	hr{
		margin-left: 4rem;
		margin-right: 4rem;
	}
 }


@media only screen and (max-width: 380px) {
	hr {
		margin-left: 2rem;	
		margin-right: 2rem;
	}

	.container div{
		margin-bottom: 2rem
	}

	h1 {
		margin: 0.25rem;
		font-size: 3rem;
	}

	p {
		font-size:1.0rem;
	}
}
	     