
 @import url('https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap');
body {


  background-color: black ;
  color: darkslateblue;
  font-family: "Metal Mania";

}
  

a {color: ghostwhite}
 
h1 {
 font-family: "Metal Mania", system-ui;
  font-weight: 675;
  font-style: normal;
  text-align: center;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
 

  p { 
      color: blueviolet;
   font-family: "Metal Mania", system-ui;
  font-weight: 400;
  font-style: normal;
  max-width: 100%; 

}

.frame { 
  width: min(500vw, 1200px);
  height: auto;
  aspect-ratio: 16/ 9;
position: absolute;
 top: 415px;
  left: 50%;
  transform: translate(-50%, -50%);
   border: 8px solid;
   border: border-radius 16px;
   background-clip: padding-box;
}

.peacestump{ 
   width: min(500vw, 1200px);
  height: auto;
  aspect-ratio: 16/ 9;
position: absolute;
  top: 415px;
  left: 50%;
  transform: translate(-50%, -50%);
  
}