@keyframes spin {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    100% {
        transform: rotateX(360deg) rotateY(360deg);
    }
}
@keyframes hspin {
    0%{transform: rotate(0deg)}
    100%{transform: rotate(-360deg)}
}

@keyframes nospin {
    0%{transform: rotate(0deg)}
    100%{transform: rotate(360deg)}
}

@font-face {
    font-family: "Cooper";
    src: url('/fonts/Cooper.woff');
    format('woff');
}


html {
    height: 100%;
}

body {
    background-color: rebeccapurple;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

a {
    color: white;
}

#content {
    min-height: 100vh;
}

.lasagnacat {
    font-family: 'Cooper', sans-serif;
    color: white;

}

.cube-container {
    perspective: 800px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    z-index: -999;
}

.cube {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    animation: spin 30s infinite linear;
}

.face {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid;
    line-height: 200px;
    text-align: center;
    font-size: 166px;
    background-color: black;
    opacity: .5;
    border-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cuberune {}

.front {
    transform: translateZ(100px);
}

.back {
    transform: translateZ(-100px) rotateY(180deg);
}

.top {
    transform: rotateX(-90deg) translateZ(100px);
}

.bottom {
    transform: rotateX(90deg) translateZ(100px);
}

.left {
    transform: rotateY(-90deg) translateZ(100px) translateX(00px);
}

.right {
    transform: rotateY(90deg) translateZ(100px) translateX(00px);
}


.hexagon {
    width: 350px;
    height: 192.5px;
    background-color: #b7b4b44f;
    position: absolute;
    display: flex;
    align-content: center;
    align-self: center;
    align-items: center;
    justify-content: center;
    font-family: "Comic Sans MS", "cursive", sans-serif;
    color: white;
    font-size: 108px;
    animation: hspin 60s infinite linear;

}
#⚧{
animation: nospin 60s infinite linear;
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 175px solid transparent;
    border-right: 175px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 96.25px solid #b7b4b44f;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 96.25px solid #b7b4b44f;
}

html {
    height: 100%;
}

body {
    background-color: blueviolet;
    display: flex;
    height: 100%;
    justify-content: space-between;

}


.rainbow-column {
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 5%;
    right: 1em;
}

.rainbow-column-reverse {

    background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 5%;
    right: 1em;
}

.trans-column {
    background: linear-gradient(to right, #55CDFC, #F7A8B8, #ffffff, #F7A8B8, #55CDFC);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 5%;
    right: 1em;
}

.cube-container {
    align-self: center;
}

.content-container {
    width: 100%;
    display: flex;
    flex-direction: column;

}

.left-column {
    display: flex;
    flex-direction: column;
}

.right-column {
}

.cube-row {
    display: flex;
    position: absolute;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    z-index: -999;
}

div.uwu {
    color: white;
    font-family: 'Cooper', sans-serif;
}

.h1 {
    font-size: 7rem;
    padding-bottom: 4rem;
}

.hx {
    font-size: 3rem;
}

#content_wrangler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2em;
}

.g-go-spinny {
    transform: rotate(180deg);
    animation:gspin 15s ease-in-out alternate infinite;
    -moz-animation: gspin 15s ease-in-out alternate infinite;;
}

.url_wrangler {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0px;
    padding-right: 5%;
    bottom: 1rem;
}

div.uwu {
    color: white;
    font-family: 'Comic Sans MS', sans-serif;
}

@-moz-keyframes gspin {
    0% {
        transform: rotate(180deg)
    }
    15% {
        transform: rotate(180deg)
    }
    40% {
        transform: rotate(0deg)
    }
    60% {
        transform: rotate(0deg)
    }
    90% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg);
    }
}

#warn{color: transparent}

#yoot-lurking{
    display: block;
    position: absolute;
    width: auto;
    height: 5%;
    right: 8%;
    aspect-ratio: 1;
    top:5em;
    filter: opacity(15%);
    transform: scaleX(-1);
}
