*{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
}
body {
    background-image: linear-gradient(#555555, #444444);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    transition: background-color 333ms ease;
}
.container {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    padding-top:12px;
    overflow: hidden;
}
.layer {
    width: 100%;
    min-height: 250px;
    height: 250px;
    display:flex;
    margin-top:-74px;
}
.left {
    transform: rotateX(-45deg) rotateY(-22.5deg) rotateZ(0deg) scaleX(1.085);
    text-align: right;
}
.right {
    transform: rotateX(45deg) rotateY(-22.5deg) rotateZ(0deg) scaleX(1.085);
}
.layer .left, .layer .right {
    display: inline-block;
    height: 100%;
    width: 50%;
    position: relative;
    border: 1px solid #000;
}
.title h2 {
    font-family: "Playwrite NZ", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    position: absolute;
    bottom: 25%;
    font-size: 4rem;
    color: #f0edca;
}
h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #f0edca;
    text-shadow: 1px 2px 5px black;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
    word-break: unset;
    word-wrap: unset;
    overflow-wrap: unset;
    -webkit-hyphens: unset;
    -moz-hyphens: unset;
    -ms-hyphens: unset;
    hyphens: unset;
}
.left h2,
.left h3 {
    right: 12px;
}
.right h2,
.right h3 {
    left: 12px;
}
.left h3, .right h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.left img.invert,
.right img.invert {
    filter: invert() grayscale(100%) drop-shadow(0 0 0.75rem black);
}
.left img,
.right img {
    height:33%;
    max-height:50%;
    position:absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 24px;
    padding-right: 24px;
    filter: grayscale(100%) drop-shadow(0 0 0.75rem black);
}
.left img {
    right: 6px;
}
.layer .left .layer-side,
.layer .right .layer-side {
    width: 100%;
    height: 100%;
}
.right:hover,
.left:hover {
    background-color: #ffffff20;
}
.left:hover a.biglink,
.right:hover a.biglink {
    color:white;
}

a.biglink {
    display: inline-block;
    container-type: inline-size;
    height: 100%;
    width: 100%;
}
