/* css reset
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: darkslateblue;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    box-sizing: border-box;
}

.home {
    border-radius: 20px;
    width: auto;
    background: rgb(251, 255, 0);
    padding: 1px;
    color:rgb(0, 0, 0);
    overflow: auto;
}
.container .home .topgame{
    margin: auto;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
    display: inline-block;
}
.topgame a{
    text-decoration: none;
    font-weight:bold;
    color: black;
    font-family: sans-serif;
    font-size: 30px;
    background-color: none;
}

.container .home .button{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 600px;
    margin-right:-70x;
    cursor: pointer;
    display: inline-block;
}
.container .home .button-1{
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: right;
    margin-left: 100px;
    margin-right: -50px;
    display: inline-block;
    cursor: pointer;
}
.button .register-btn{
    text-decoration: none;
    font-weight:300;
    padding: 8px 18px 8px 18px;
    background-color: orange;
    font-family: 'poppins' sans-serif;
    font-size: 13px;
    color: white;
    border-radius: 10px;
    border: 2px solid none;
    margin-right: -30px;
    margin-left:50px;
}

.button-1 .login-btn{
    text-decoration: none;
    font-weight:300;
    padding: 8px 18px 8px 18px;
    background-color: orange;
    font-family: 'poppins' sans-serif;
    font-size: 13px;
    color: white;
    border-radius: 10px;
    margin-left: -30px;
    border: 2px solid none;
}

.home-mlbb {
    margin-top: -20px;
    text-decoration: none;
    text-align: center;
    width: auto;
    background: rgb(251, 255, 0);
    padding: 1px;
    color:rgb(0, 0, 0);
    overflow: auto;
}

.konten {
    float: left;
    width: 15%;
    background: rgb(21, 255, 0);
    overflow: auto;
    height: 550px;
}
