body
{
    margin: 0px;
    overflow: hidden;	
    z-index: -10;
    font-family: sans-serif;
    background-image: url("0.png");
    background-position: 50% 50%;
    background-size: 50%;
}

select
{
    color: #b2b2b2;
    width: 64px;
    height: 64px;
    font-size: 0.6rem;
    background-color: transparent;
    border: none;
    padding-left: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}

option
{
    background-color: transparent;

}

.gui
{
    position: fixed;
    top: 0px;
    width: 64px;
    padding: 10px;

}


.button 
{
    width: 64px;
    height: 64px;
    border-radius: 100%;
    font-size: 0.7em;
    background-color: rgba(0, 0, 0, 0.6) bottom left no-repeat;
}

.ender
{
    height: 64px;
    width: 64px; 
    display: block;
    background: url('ender.svg') bottom right no-repeat;
    position: fixed; bottom: 0px; right: 0px; z-index: 999;
    border-style: none;
    cursor: pointer;
}

.logo
{
    height: 64px;
    width: 64px; 
    background: url('') bottom right no-repeat;
    position: fixed; top: 42%; left: 0px; z-index: 99;
    border-style: none;
}

.info
{
    height: 64px;
    width: 64px; 
    background: url('about.svg') bottom right no-repeat;
    position: fixed; bottom: 0px; left: 0px; z-index: 99;
    border-style: none;
}

.duyt
{
    height: 64px;
    width: 64px; 
    background: url('clear.svg') bottom right no-repeat;
    position: fixed; top: 0px; right: 0px; z-index: 998;
    border-style: none;
}

.about 
{
    color: #f9f9f9;
    background-color: #131313;
    font-size: 1em;
    line-height: 0.6em;
}

.about a {
    color: #00e76e;
}

.but {
    display: block;
    z-index: 1000;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    cursor: pointer;
    border-radius: 15px;
}




