body{
    padding: 0;
    margin: 0;
    background: url('bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.name_title_{
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #333;
    font-weight: bold;
    font-size: 11px;
    background-color: #c8c4c4;
    opacity: 0.6;
    border-bottom-right-radius: 15px;
}

.pengaturan{
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
}

.pengaturan_games{
    width: auto;
    color: #c8c4c4;
}

.mainkan_games{
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin: 10px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    background-color: #02c8f4;
    border-radius: 10px;
}

.keluar_games{
    width: 100px;
    padding: 10px;
    margin: 20px auto;
    color: #fbfbfb;
    font-weight: bold;
    font-size: 12px;
    background: #a20303;
    border-radius: 20px;
}

.footer_games{
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    color: #c8c4c4;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2em;
}

.skin_{
    height: 120px;
    border-radius: 50%;
    border: 3px solid #c8c4c4;
}