* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "daisywheel";
    src: url("https://willdotjpg.gay/fonts/daisywhl.otf");
}

body {
    background-image: url("https://pepsi-squared.neocities.org/imaae/Untitled1355_20250719171928.jpg");
    background-size: cover;
    height:1000px;
    width:100px;
    zoom: 0.7;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 10px;
    text-align: center;
}

a {
    color: #0C0A09;
    text-decoration-style: dashed;
}

a:hover {
    color: #EC253F;
}

a:visited {
    color: #FB2C36;
}

a:visited:hover {
  color: #FB2C36;
}

.header {
    width: 1200px;
    height: 200px;
    background-image: url("https://files.catbox.moe/1lwak3.jpg");
    background-repeat: no-repeat;
    background-size: cover; 
    position: absolute;
    margin-top: -215px;
    margin-left: -15px;
}

.main {
    width: 1200px;
    height: 1000px;
    border: 15px solid;
    border-color: black;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background-color: #E5E7EB;
}

.sidebar {
    width: 200px;
    height: 450px;
    border: 2px dashed #9F0712;
    box-sizing: border-box;
    text-align: center;
    font-family: "daisywheel";
    font-size: 20px;
}

.sidebar2 {
    width: 200px;
    height: 520px;
    border: 2px dashed #9F0712;
    border-top: none;
    box-sizing: border-box;
    background-color: #e1eccc;
    padding: 10px;
}

.sideheader {
    width: 196px;
    height: 50px;
    background-image: url("https://i.pinimg.com/736x/f6/de/5c/f6de5cf983df90cf9451c779a06cad56.jpg");
    align-content: center;
    text-align: center;
    color: #fff;
    font-family: "daisywheel";
    font-size: 30px;
}

.apple {
    width: 300PX;
    height: 400PX;
    background-image: url("https://pepsi-squared.neocities.org/imaae/Untitled1481_20260110220744.png");
    float: right;
    z-index: 1;
}

.box1 {
    width: 970px;
    height: 400px;
    border: 2px dashed #9F0712;
    border-left: none;
    box-sizing: border-box;
    float: right;
    padding: 10px;
}

.box1content {
    width: 900px;
    height: 330px;
    background-color: #FFCCD3;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.boxright {
    width: 485px;
    height: 570px;
    border: 2px dashed #9F0712;
    float: right;
    border-top: none;
    box-sizing: border-box;
}

.boxleft {
    width: 485px;
    height: 570px;
    border: 2px dashed #9F0712;
    border-top: none;
    border-left: none;
    border-right: none;
    position: absolute;
    margin-left: 200px;
    box-sizing: border-box;
    margin-top: 400px;
    padding: 10px;
}

.boxleftcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    margin-left: 12px;
    margin-top: 7px;
    padding: 10px;
    background-color: #FFCCD3;
    box-sizing: border-box;
    overflow: auto;
}

.boxrightcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    background-color: #FFCCD3;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

/* moving pagedoll by randygrim */
 
img.moving-pagedoll {
    animation: marquee 10s linear infinite;
    position:fixed;
}
 
@keyframes marquee {
  0% {
    left:-50vw;
  }
 
  100% {
    left:150vw;
  }
}
 
/* moving pagedoll by randygrim */