* {
    margin: 0;
    padding: 0;
    font-family: "Reem Kufi Fun", sans-serif;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

body {
    /*background-color: #545454;*/
    background-color: black;
}

.header {
    position: absolute;
    left: 50%;
    top: 25px;
    font-size: 18px;
    width: 1200px;
    height: 50px;
    transform: translate(-50%);
}

#home {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    transition: 0.4s;
}

#blog {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 105px;
    transition: 0.4s;
}

#portfolio {
    background-color: #3b82f6;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 236px;
    transition: 0.4s;
}

#prices {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 332px;
    transition: 0.4s;
}

#home:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#blog:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#portfolio:hover {
    background-color: #3b82f6;
}

#prices:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#discord {
    position: absolute;
    left: 850px;
    background-color: #5865f2;
    padding: 13.5px 18px;
    font-size: 20px;
    border-radius: 7px;
    text-align: center;
    transition: 0.4s;
}

#minezone {
    position: absolute;
    left: 925px;
    background-color: #eaa21a;
    padding: 10px 18px;
    border-radius: 7px;
    text-align: center;
    color: #7c2d12;
    transition: 0.4s;
}

#minezone:hover {
    transition: 0.4s;
    background-color: #f7c040;
}

#playercount {
    position: relative;
    left: 7.5px;
    top: -1px;
    color: #984b14;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
}

#discord:hover {
    transition: 0.4s;
    background-color: #6d79f7;
}

#news {
    text-align: center;
    position: relative;
    top: 800px;
    font-size: 20px;
    color: white;
}

#news2 {
    color: gray;
}

#title {
    color: #ccc0b1;
    font-size: 30px;
    position: relative;
    top: -5px;
    letter-spacing: 2px;
}
#date {
    position: relative;
    color: #f5a742;
    font-size: 14px;
    letter-spacing: 2px;
}
#message {
    color: #87847b;
    font-size: 18px;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
}

#tovabb {
    color: #7c2d12;
    background-color: #eaa21a;
    padding: 15px;
    width: 200px;
    border-radius: 10px;
    position: relative;
    top: 125px;
}

.helps {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1200px;
    height: 300px;
    top: 200px;
    text-align: center;
}

#szintek {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 0px;
}

#dungeon {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 450px;
}

#szigetek {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 900px;
}

.kep1:hover {
    background-color: #FFD700;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #FFEB80;
    border-top: 3px solid #FFEB80;
    border-right: 3px solid #FFEB80;
}

.kep1 {
    background-color: #FFD700;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/szintek.png");
    transition: 0.3s;
}

.kep2:hover {
    background-color: #4f6936;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #7B8F68;
    border-top: 3px solid #7B8F68;
    border-right: 3px solid #7B8F68;
}

.kep2 {
    background-color: #4f6936;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/dungeon.png");
    background-size: cover;
    transition: 0.3s;
}

.kep3:hover {
    background-color: #89CFF0;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #A7DBF4;
    border-top: 3px solid #A7DBF4;
    border-right: 3px solid #A7DBF4;
}

.kep3 {
    background-color: #89CFF0;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/szigetek.png");
    background-size: cover;
    transition: 0.3s;
}

#szint {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 100px;
}

#dung {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 100px;
}

#island {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 100px;
}

.helps2 {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1200px;
    height: 300px;
    top: 350px;
    text-align: center;
}

#spawners {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 0px;
}

#ruby {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 450px;
}

#economy {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 900px;
}

.kep4:hover {
    background-color: #808080;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #A0A0A0;
    border-top: 3px solid #A0A0A0;
    border-right: 3px solid #A0A0A0;
}

.kep4 {
    background-color: #808080;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/spawner.png");
    background-size: cover;
    transition: 0.3s;
}

.kep5:hover {
    background-color: #E0115F;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #E84D87;
    border-top: 3px solid #E84D87;
    border-right: 3px solid #E84D87;
}

.kep5 {
    background-color: #E0115F;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/ruby.png");
    transition: 0.3s;
}

.kep6:hover {
    background-color: #3e9c35;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #6EB568;
    border-top: 3px solid #6EB568;
    border-right: 3px solid #6EB568;
}

.kep6 {
    background-color: #3e9c35;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/economy.png");
    background-size: cover;
    transition: 0.3s;
}

#spawner {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 85px;
}

#rubys {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 125px;
}

#eco {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 99px;
}

.helps3 {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1200px;
    height: 300px;
    top: 500px;
    text-align: center;
}

#mobcoin {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 0px;
}

#crates {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 450px;
}

#lootbox {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 900px;
}

.kep7:hover {
    background-color: #e9ad03;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #EFC242;
    border-top: 3px solid #EFC242;
    border-right: 3px solid #EFC242;
}

.kep7 {
    background-color: #e9ad03;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/mobcoin.png");
    background-size: cover;
    transition: 0.3s;
}

.kep8:hover {
    background-color: #964B00;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #B07840;
    border-top: 3px solid #B07840;
    border-right: 3px solid #B07840;
}

.kep8 {
    background-color: #964B00;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/Ladak.png");
    background-size: cover;
    transition: 0.3s;
}

.kep9:hover {
    background-color: #d4c9b2;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #DFD7C5;
    border-top: 3px solid #DFD7C5;
    border-right: 3px solid #DFD7C5;
}

.kep9 {
    background-color: #d4c9b2;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/lootbox.png");
    background-size: cover;
    transition: 0.3s;
}

#coin {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 95px;
}

#crate {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 115px;
}

#loot {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 90px;
}

.helps4 {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1200px;
    height: 300px;
    top: 650px;
    text-align: center;
}

#enchants {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 0px;
}

#events {
    font-size: 25px;
    width: 296px;
    height: 300px;
    position: absolute;
    left: 450px;
}

.kep10:hover {
    background-color: #A020F0;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #B858F4;
    border-top: 3px solid #B858F4;
    border-right: 3px solid #B858F4;
}

.kep10 {
    background-color: #A020F0;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/enchant.png");
    background-size: cover;
    transition: 0.3s;
}

.kep11:hover {
    background-color: #003BFF;
    transition: 0.3s;
    border-radius: 10px;
    box-shadow: 3px -5px 10px 2px #406CFF;
    border-top: 3px solid #406CFF;
    border-right: 3px solid #406CFF;
}

.kep11 {
    background-color: #003BFF;
    position: relative;
    width: 256px;
    height: 256px;
    left: 20px;
    border-radius: 10px;
    background-image: url("../images/eventek.png");
    transition: 0.3s;
}

#enchant {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 85px;
}

#event {
    top: 260px;
    position: absolute;
    text-align: center;
    left: 105px;
}

.tajekoztatas {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    top: 1000px;
    padding: 30px;
    width: 1000px;
    height: 400px;
    color: white;
    background-color: #e8e0cc;
    border-radius: 10px;
    color: black;
}

#end {
    position: relative;
    text-align: center;
    top: 3000px;
    color: red;
    font-size: 100px;
}


*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #b5aea1;
  }
*::-webkit-scrollbar-track:hover {
    background-color: #cfcac2;
  }
  
*::-webkit-scrollbar-track:active {
    background-color: #cfcac2;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:  #cc850a;
  }
  
*::-webkit-scrollbar-thumb:hover {
    background-color: #eaa21a;
  }
  
*::-webkit-scrollbar-thumb:active {
    background-color: #eaa21a;
  }