body {
    background-image: url(IMGS/nyan_background.png);
}


.border {
    height: 2985px;
    width: 15%;
    align-content:center;
    background-image:url(IMGS/nyan!.gif);
    background-repeat: repeat-y;
    background-position: center;
    background-size: 90%;
}


.content{
    display: flex;
    align-items: center;
    width: 70%;
    border: 10px white;
    border-style: dashed;

}

h1, h2, h3, p{
    color: white;
    font-family: cursive;
    align-items: center;
    text-align: justify;
}

img {
    border: 8px cadetblue;
    border-style: inset;
}

.thing {
    display: flex;
    justify-content: space-between;

}


.footnote {
    display: flex;
    justify-content: center;
    align-content: flex-end;
    color: white;
}