* {
    margin: 0;
    padding: 0;
}

body {
    background-image:url(https://freakysmilerr.neocities.org/SLOP/BG%20NEW.png);
    background-color: #28489e;
    
}

ul {
    list-style-type: none;
}

p {
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    font font-family: "Gill Sans", sans-serif;
}

a {
    color: #ffffff;
    text-decoration-style: dashed;
}

a:hover {
    color: #fffb00;
    font-weight:bold;
text-decoration:underline;
}

a:visited {
    color: #ffffff;
}

a:visited:hover {
  color: #fffb00;
}

.header {
    width: 1200px;
    height: 200px;
    background-image: url("https://freakysmilerr.neocities.org/SLOP/header.png");
    background-repeat: no-repeat;
    border: 15px solid;
    border-color: black;
    box-sizing: border-box;
    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-image: url(https://freakysmilerr.neocities.org/SLOP/more%20bgs.jpg);
    background-blend-mode:overlay;
    background-color: #1400c9;
}

.sidebar {
    width: 200px;
    height: 450px;
    border: dotted #ffffff;
    box-sizing: border-box;
    text-align: center;
    font-family: "daisywheel";
    font-size: 20px;
}

.sidebar2 {
    width: 200px;
    height: 520px;
    border: dotted #ffffff;
    border-top: none;
    box-sizing: border-box;
    background-color: #000000;
    padding: 10px;
    background-image: url(https://64.media.tumblr.com/75835114032afc2c3e9b3231c2d26999/4e89ecb1d4e86ea4-64/s100x200/6488480cb70c0fa89978dd1d561cd91d1072cce7.gifv), url(https://64.media.tumblr.com/e126f19b3c15ad165c358099f0d371d2/0e791091f30d0172-5e/s250x400/8e93162b77f207e235a2e66c0373e93c73d5b50e.pnj),
    url(https://64.media.tumblr.com/edd41c75c41f32d43a3b4b623532c99a/672ac78762f484f1-6b/s100x200/d2583174ee7d7e8d5166c32fdb801c395644ce82.pnj);
    background-position: top left, center, bottom; 
    background-repeat: no-repeat;
}


.sideheader {
    width: 196px;
    height: 50px;
    background-color: black;
    align-content: center;
    text-align: center;
    color: #ffffff;
    font font-family: "Gill Sans", sans-serif;
    font-size: 30px;
}

.scag {
    width: 405px;
    height: 385px;
    background-image: url("https://freakysmilerr.neocities.org/SLOP/pfp.png");
    float: right;
    z-index: 1;
}

.box1 {
    width: 970px;
    height: 400px;
    border: dotted #ffffff;
    border-left: none;
    box-sizing: border-box;
    float: right;
    padding: 10px;
    color: #ffffff;
    font font-family: "Gill Sans", sans-serif;
    background-color: #1400c9;
}

.box1content {
    width: 900px;
    height: 330px;
    background-color: #2d62f5;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
}

.boxright {
    width: 485px;
    height: 570px;
    border: dotted #ffffff;
    float: right;
    border-top: none;
    box-sizing: border-box;
}

.boxleft {
    width: 485px;
    height: 570px;
    border: dotted #ffffff;
    border-top: none;
    border-left: none;
    border-right: none;
    position: absolute;
    margin-left: 200px;
    box-sizing: border-box;
    margin-top: 400px;
    padding: 10px;
    color: #ffffff;
    font font-family: "Gill Sans", sans-serif;
}



.boxleftcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    margin-left: 12px;
    margin-top: 7px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.boxrightcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    background-color: #2d62f5;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
    color: #ffffff;
    font font-family: "Gill Sans", sans-serif;
}
* {cursor: url(https://ani.cursors-4u.net/smiley/smi-3/smi310.cur), auto !important;}