* {
    margin: 0;
    padding: 0;
    font-family: "handwritten-unicode";
}

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

a {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: wavy;
}

a:hover {
    color: #72c16b;
}

body {
    background-color: #fefaf7;
}

.text a {
    color: #b6e1b2;
}

.text a:hover {
    color: #72c16b;
}

.pictures a {
    color: #b6e1b2;
}

.pictures a:hover {
    color: #72c16b;
}

p {
    margin-bottom: 10px;
}

.links {
    width: 200px;
    height: 400px;
    background-color: #b6e1b2;
    border-radius: 20px;
    align-content: center;
    position: absolute;
    margin-left: 1150px;
    margin-top: 100px;
}

.main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1138px;
    height: 816px;
    background-image: url('https://willdotjpg.gay/collage/a5%20grid%20journal%20template%203.png');
    background-size: contain;
    z-index: 1;
}

.pictures {
    width: 540px;
    height: 775px;
    border-radius: 20px;
    padding: 20px;
    overflow: auto;
    margin-top: 15px;
    margin-left: 30px;
    align-content: center;
}

.text {
    width: 515px;
    height: 775px;
    padding: 20px;
    overflow: auto;
    margin-top: 15px;
    margin-left: 570px;
    position: absolute;
}

.ribbon {
    width:100%;
    position: absolute;
    bottom:0;
}
.ribbon img {
    position: relative;
    display: block;
    float: left;
}

/*.ribbon {
    width: 1920px;
    height: 149px;
    background-image: url("https://willdotjpg.gay/images/divsandborders/ribbon2.png");
    margin-top: 860px;
    position: absolute;
}*/

.clip {
    width: 97px;
    height: 120px;
    background-image: url('https://willdotjpg.gay/images/pngs/green_clip.png');
    background-size: contain;
    position: absolute;
    transform: rotate(-10deg);
    margin-left: 505px;
    margin-top: -75px;
}