body{
font-family: sans-serif;
	font-size: 14px;
   	color: #232528;
	backdrop-filter: blur(3px); 
	background-color: #232528;
	background-image: url("https://i.ibb.co/mtSR166/70199-1.jpg");
	background-repeat: repeat-y, -x;
	background-size: 2100px 1220px;
	background-blend-mode: lighten;
	
	margin: 20px;
	padding: 0;
}


h1 {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 2.8em;
	color: #232528;
	background-color: #FFFFFF;
	margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    letter-spacing: 0em;
    border-style: dashed;
    border-width: 0.1em;
    border-color: #5C8DFF;
	text-align: center;

}

h2 {
	font-size: 1.6em;
	font-family: "Roboto Condensed";
	color: #232528;
	background-color: #FFFFFF;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 15px;
	padding: 6px;
	border-style: solid;
	border-width: 3px;
 	border-color: #5C8DFF;
}

h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
	line-height: 21px;
	text-align: center;
	margin: 15px;
	font-size: 1.1em;
	color: #232528;
	background-color: #D5F6F5;
	padding: 0.8em;
}

a {   
	color: #FF7C1F;
  text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
	line-height: 21px;
	text-align: center;
	margin: 15px;
	font-size: 1.1em;
	color: #232528;
	background-color: #D5F6F5;
	padding: 0.5em;
	
	
	
}

img {
    border-style: solid;
    border-width: 3px;
    border-color:#5C8DFF;
}

li {
    color: #fff;
    

    
    
    
    
    
    font-style: italic;
}