.BTNmenu {
    width: 99%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 25%, 100% 100%, 10% 100%, 0% 75%);

    font-size: 1rem;
    text-align: center;
    font-family: 'Orbitron', sans-serif;

    padding: 0.84rem 0;

    border-radius: 8px;
    border: 1px solid #00aaff60;
    color: #00aaff;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px #00aaff;

    cursor: pointer;
}

.BTNmenu:hover {
    background: #00aaff20;
}

.BTNapi {
    width: calc(100% - 2px);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 96% 100%, 96% 50%, 97% 50%, 95% 25%, 93% 50%, 94% 50%, 94% 100%, 6% 100%, 6% 50%, 7% 50%, 5% 25%, 3% 50%, 4% 50%, 4% 100%, 0% 100%);

    font-size: 1rem;
    text-align: center;
    font-family: 'Orbitron', sans-serif;

    padding: 0.84rem 0;
    margin-bottom: 5px;

    border-radius: 8px;
    border: 1px solid #00aaff60;
    color: #00aaff;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px #00aaff;

    cursor: pointer;
}

.BTNapi:hover {
    background: #00aaff20;
}

.BTNgame{
    width: auto;
    clip-path: polygon(0% 0%, 90% 0%, 100% 25%, 100% 100%, 10% 100%, 0% 75%);

    font-size: 1rem;
    text-align: center;
    font-family: 'Orbitron', sans-serif;

    padding: 0.84rem 0;
    margin-bottom: 5px;

    border-radius: 8px;
    border: 1px solid #00aaff60;
    color: #00aaff;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px #00aaff;

    cursor: pointer;
}

.BTNgame:hover {
    background: #00aaff20;
}

.BTNdisclaimer {
    width: 25%;
    clip-path: polygon(0% 0%, 90% 0%, 100% 25%, 100% 100%, 10% 100%, 0% 75%);

    font-size: 1rem;
    text-align: center;
    font-family: 'Orbitron', sans-serif;

    padding: 0.84rem 0;
    margin-left: 37.5%;
    margin-top: 50px;
    margin-bottom: 50px;

    border-radius: 8px;
    border: 1px solid #00aaff60;
    color: #00aaff;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 0 10px #00aaff;

    cursor: pointer;
}

.BTNdisclaimer:hover {
    background: #00aaff73;
}