* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "daisywheel";
    src: url("https://willdotjpg.gay/fonts/daisywhl.otf");
}

body {
    background-image: url("https://64.media.tumblr.com/e68446d3475dbf7713b18088912caf14/24dc8d8cc8abadc0-2c/s400x600/9bb346a76cdd00c945db877afb62c47236695d13.gif");
    background-size: repeat;
}

body {
  color: white;
}

h1 {
  color: #E31764;
}

h2 {
  color: #E31764;
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 10px;
    text-align: center;
}

a {
    color: #ffffff;
    text-decoration-style: dashed;
}

a:hover {
    color: #E31764;
}

a:visited {
    color: #00C8FF;
}

a:visited:hover {
  color: #E31764;
}

.header {
    width: 1200px;
    height: 200px;
    background-image: url("https://64.media.tumblr.com/8c6338c085d549a70e5464a314badbd1/46d4f16065fea9cf-73/s1280x1920/b34cbff3890ff284c58eaa83c3fac0d80f530f03.pnj");
    position: absolute;
    margin-top: -215px;
    margin-left: -15px;
}

.main {
    width: 1200px;
    height: 1000px;
    border: 15px solid;
    border-image: url(https://64.media.tumblr.com/63ca889014aec9e92a4140027fcba233/66ece43afb80b1f1-44/s1280x1920/9c916292570838419aa514d673195b5e81e3134c.png) 30 / 15px repeat;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background-color: #000000;
}

.sidebar {
    width: 200px;
    height: 450px;
    border: 2px dashed #ffffff;
    box-sizing: border-box;
    text-align: center;
    font-family: "daisywheel";
    font-size: 20px;
}

.sidebar2 {
    width: 200px;
    height: 520px;
    border: 2px dashed #ffffff;
    border-top: none;
    box-sizing: border-box;
    background-color: #000000;
    padding: 10px;
}

.sideheader {
    width: 196px;
    height: 50px;
    background-image: url("https://sadhost.neocities.org/images/tiles/bck-bluewave.jpg");
    align-content: center;
    text-align: center;
    color: #fff;
font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 20px;
}

.apple {
    width: 405px;
    height: 385px;
    background-image: url("https://64.media.tumblr.com/d6a7e220ba1446650efac7ae0223b8dc/60aa3659f64f8800-5d/s500x750/e042baca443b9c33b50bf8d4bbec1df9e34ea2dd.png");
    float: right;
    z-index: 1;
}

.box1 {
    width: 970px;
    height: 400px;
    border: 2px dashed #ffffff;
    border-left: none;
    box-sizing: border-box;
    float: right;
    padding: 10px;
}

.box1content {
    width: 900px;
    height: 330px;
    background-color: #000000;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 16px;
}

.boxright {
    width: 485px;
    height: 570px;
    border: 2px dashed #ffffff;
    float: right;
    border-top: none;
    box-sizing: border-box;
}

.boxleft {
    width: 485px;
    height: 570px;
    border: 2px dashed #ffffff;
    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;
    box-sizing: border-box;
    overflow: auto;
font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 16px;
}

.boxrightcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    background-color: #000000;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size: 16px;
}