/*#vp-border {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    height: calc(100vh - 20px);*/
/*    width: calc(100vw - 20px);*/
/*    border: #aa0000 10px solid;*/
/*    z-index: -1;*/
/*}*/

#template-overview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.creator-template-article {
    background-color: #f0f0f0;
    height: 40vh;
    align-content: center;
}

.creator-template-article p {
    font-family: sans-serif;
    font-size: large;
    text-align: center;
}

.creator-template-article img {
    height: 80%;
    margin: 10px 10px 0 10px;
}

.creator-template-article:hover {
    cursor: pointer;
    background-color: #aa0000;
    color: white;
}