* {
   margin: 0;
   padding: 0;
}

h1 {
   text-align: center;
   color: #deddcf;
   margin-bottom: 1.5em;
   padding-top: 3em;
}

a {
   display: flow-root list-item;
   text-align: center;
   color: #deddcf;
}

body {
   text-align: center;
   color: #deddcf;
   background-size: cover;
   background: url("pic8.jpeg") center / cover no-repeat;

}


body>div {

	background-color: rgba(58, 50, 42, 0.62);
   width: 100%;
   height: 100%;
	backdrop-filter: blur(5px);

}



h2 {
   text-align: center;
   padding-top: 3em;
   margin-bottom: 1.5em;
}

.epi {
   text-align: right;


}
