body {
    background-image: url(https://background-tiles.com/overview/black/patterns/large/1006.png);
}

h1 {
    font-family: monospace;
    color: white;
    font-family: "Engagement", cursive;

}

h2 {
    font-family: monospace;
    margin-top: 0%;
    margin-bottom: 1%;
    color: white;
}

p {
    font-family: monospace;
    margin: 1%;
}

.mainbody {
    background-color: #ffffff99;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    text-align: center;
    height: 700px;
    border: 40px solid transparent;
    border-image: url("solariaborder.png") 34 round;
    background-clip: padding-box;
}

.collection {

}

.item {
    float: left;
    
}

.itemimg {
    border: black 5px solid;
    background-color: black;
}

.description {
    text-align: center;
    width: 235px;
    padding: 2%;
    border: black 5px solid;
    font-size: 11px;
}

a {
    color: white;
}

.thegif {
    float: left;
}