/*@font-face
{
font-family: Caslon;
src: url('ACaslonPro-Bold.otf')
}
@font-face
{
font-family: Decima;
src: url('Decima mono Light.otf')
}
@font-face
{
font-family: Courier;
src: url('CourierStd.otf')
}*/
@font-face
{
font-family: ibmplexmonoreg;
src: url(fonts/IBMPlexMono-Regular.otf);
}
p{font-size: 40px;
    color: #0000ff;
    font-family: ibmplexmonoreg;
}

span{
    transition: all ease 0.5s;
    display: inline-block;
/*    transform: rotateZ(90deg);*/
}
.words{
    cursor: pointer;
}
.words:hover{
    color: red;
}
.spin{
    transform: rotateZ(90deg) translateX(-0.8em);;
    transform-origin: bottom left;
    color: white;
    text-shadow:  0 0 5px #0000ff;
    z-index: -1;
    position: relative;
    left: -0.9em;
    top:0;
/*    transform: rotateZ(90deg);*/
}
#transparent_top{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
@media all and (max-width:500px){
    p{
        font-size: 32px;
    }
}

