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