    #wyvern-layer-title
    {
        top:0;
        position:absolute;
        width:100%;
        height:100%;
        z-index: 900;
        margin:auto;
        inset: 0;
        overflow: hidden;
        display:none;
    }
    #wyvern-layer-title #wyvern-title-logo
    {
        font-size: 80px;
        color:red;
        text-align: center;
        margin: auto;
        top: calc(50% - 40px);
        left:0;
        right:0;
        display: block;
        position: relative;
        width:auto;
    }
    #wyvern-layer-title #wyvern-title-options-container
    {
        width:100%;
        height:auto;
        text-align: center;
        top: 50%;
        display: block;
        position: relative;
    }
    #wyvern-layer-title .wyvern-title-options-text
    {
        font-size: 30px;
        color:whitesmoke;
        text-align: center;
        width:auto;
        text-transform: uppercase;
        cursor: pointer;

    }
    #wyvern-layer-title .wyvern-title-options-text:hover
    {
        background: rgba(255,255,255,0.1);
    }