@font-face {
font-family: Marola;
src: url('https://pepsi-squared.neocities.org/imaae/marola.TTF');
}

body {
background-image: url('/imaae/Untitled1355_20250719171928.jpg');
max-width:1000px;
max-height:500px;
   }
   
   
 H1{
color:red;
font-family: 'Marola';
font-size:350%;
}

P,A,H2,H3,H4,H5,H6 {
text-align:right;
}

* {
margin:auto;
}

.container {
  background-color:white;
border-color:black;
border-style:double;
border-width:5px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width:800px;
height:350px;
}

#what {
   background-color:white;
right: 33.3%;
position:absolute;
border-width:5px;
border-style:double;
border-color:black;
height: 60px;
width: 650px;
top:550px;
overflow: hidden;
z-index: -1;
}

#censor {
  z-index: 0;
  position:absolute;
  top:550px;
  right: 40%;
  height: 100px;
width: 100px;
}

#webrings {
  background-color:white;
  width:200px;
  overflow: auto;
  max-height:430px;
  z-index:-1;
  position:absolute;
  border-width:5px;
  border-color:black;
  border-style:double;
  top:190px;
  right:9.7%;
}