body {
    background-color: bisque;
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.container {
    background-color: aquamarine;
    max-width: 1270px;
    margin: 0 auto;
}

/*
** ARCHIVE
*/

.archive-grid {
    background-color: pink;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive-grid article {
    position: relative;
    width: 30%;
    text-align: center;
}

.archive-grid .entry-header {
    position: absolute;
    top: 50%;
    width: 100%;
}

.archive-grid .entry-header h3 {
    text-align: center;
    color: white;
    font-size: 3rem;
}

/*
** 3D
*/
.canvas-box {
    height: 500px;
}