* {
    margin: 0;
    padding: 0;
}

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

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/green.jpg");
    background-size: cover;
}

ul {
    list-style-type: none;
}

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

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

a:hover {
    color: #cad6b3;
}

a:visited {
    color: #7c8036;
}

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

.header {
    width: 1200px;
    height: 200px;
    background-image: url("https://willdotjpg.gay/templates/pinterest/banner.png");
    position: absolute;
    margin-top: -215px;
    margin-left: -15px;
}

.main {
    width: 1200px;
    height: 1000px;
    border: 15px solid;
    border-image: url(https://willdotjpg.gay/images/divsandborders/ribbon.png) 30 / 15px repeat;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background-color: #fcfff7;
}

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

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

.sideheader {
    width: 196px;
    height: 50px;
    background-image: url("https://willdotjpg.gay/templates/pinterest/sidebar.png");
    align-content: center;
    text-align: center;
    color: #fff;
    font-family: "daisywheel";
    font-size: 30px;
}

.apple {
    width: 405px;
    height: 385px;
    background-image: url("https://willdotjpg.gay/templates/pinterest/9bdd4bd373694f773ddf20908704607e-removebg-preview.png");
    float: right;
    z-index: 1;
}

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

.box1content {
    width: 900px;
    height: 330px;
    background-color: #e1eccc;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
}

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

.boxleft {
    width: 485px;
    height: 570px;
    border: 2px dashed #a8b476;
    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;
}

.boxrightcontent {
    width: 440px;
    height: 535px;
    border-radius: 15px;
    background-color: #e1eccc;
    margin-left: 20px;
    margin-top: 15px;
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}
