/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #0e1013;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: white;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: WHITE;
}

html,body {
    font-family: sans-serif;
}
body {
    margin-top: 80px;
    color: white;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #0e1013;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0e1013;
    color: white;
    height: 100px;
    width: 97.4%;
    font-size: 20px;
    z-index: 1000;
    border-bottom: 1px solid #292a2d;
    margin-left: 25px;
    margin-right: 35px;
    
}
#headerimg {
    text-align: left;
    width: 200px;
    height: 100%;
    float: left;
}
#headerlogo {
    width: 70px;
    padding-left: 30px;
    padding-top: 15px;
}
#headermenu {
    text-align: right;
    font-size: 25px;
    padding-top: 35px;
    padding-right: 70px;
}
header a {
    color: white;
    text-decoration: none;
    padding-left: 50px;
    
}
header a:active {
    color: white;
}
header a:hover {
    color: #be5f5a;
}
#glowna {
    background-color: #121316;
    height: 1000px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;

}
#sklad {
    background-color: #121316;
    height: 900px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 50px;
    font-style: bold;

}
#sociale {
    background-color: #121316;
    height: 900px;
    width: 100%;
    padding: 50px;
    box-sizing: border-box;

}
.kartygraczy {
    border: 2px solid #0e1013;
    background-color: #0e1013;
    border-radius: 10px;
    font-size: 40px;
    width: 14%;
    height: 300px;
    float: left;
    text-align: center;
    margin-left: 40px;
    font-family: verdana;
    font-style: bold;
    box-shadow: 0 0 10px #333;
    float: left;

}
.kartygraczy p {
    padding-top: 5px;
}
.kartygraczy img {
    width: 15px;
}
#nick {
    height: 20%;
    padding-top: 20px;
}
#rola {
    height: 55%;
    font-size: 17px;
}
#socialikony {
    height: 15%;
    font-size: 20px;
}
#socialikony img {
    height: 30px;
    width: 30px;
    opacity: 0.2;
    transition: opacity 0.4s ease;
}
#socialikony img:hover {
    opacity: 1;

}

#panele {
    border: 1px solid #292a2d;
    margin-top: 100px;

}
.ikona {
    padding: 10px;
    position: relative;
    display: inline-block;
}
.social {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  transition: opacity 0.3s ease; 

}
.ikona:hover .social {
    visibility: visible;
    opacity: 1;

}
