body{
	background-image: url("ChipsBG.jpg");
	background-color: #d0934b;
	background-size: cover;
	min-height: 100vh;
	color: black;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 100px;
}
.navbar ul{
	list-style-type: none;
	background: linear-gradient( to bottom,
    #f5ba97 0%, 
    #b55345 55%,
    #b72e3a 55%, 
    #661c32 100%
	);
	text-align: center;
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	 box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
}
.navbar a {
	color: white;
	padding: 15px;
	border: 1px solid black;
	font-size: 1.875rem;
	font-family: Verdana, sans-serif;
	display: block;
	text-align: center;
}
.navbar li{
	float: left;	
}
main{
	margin-top: 50px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 25px;
	background: rgba(255, 255, 0255, 0.1);
	backdrop-filter: blur(10px);
	padding: 1.25rem;
	padding-top: 0px;
	border-top: 1px solid rgba(255, 255, 0255, 0.5);
	border-left: 1px solid rgba(255, 255, 0255, 0.3);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
h1{
	text-align: center;
	text-decoration: underline;
	font-size: 3rem;
}
ul{
	font-size: 1.25rem;
}
p{
	font-size: 1.25rem;
}
h3{
	font-weight: normal;
	font-size: 1.25rem;
}
ol{
	font-size: 1.25rem;
}
img {
	  max-width:100%;
    height:auto;
    max-height:100%;
}

.thisshadeofgreen {
  font-size: 6.25rem;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

.thisshadeofgreen {
    text-shadow: 0 0 20px #fff, 0 0 30px #9dff4d, 0 0 40px #9dff4d, 0 0 50px #9dff4d, 0 0 60px #9dff4d, 0 0 70px #9dff4d, 0 0 80px #9dff4d;
  }