* {
    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;
}

.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: 500px;
    color: red;
    font-size: 100px;
}

#szintek {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    width: 1200px;
    height: 3500px;
    top: 150px;
    text-align: center;
    color: blue;
    background-color: red;
}


*::-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;
  }