.content-wrapper {
    background-color: rgb(3,3,3);
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: whitesmoke;
    font-family: 'Poppins';
}
body {
    background-color: rgb(3,3,3);
}
nav {
    color: whitesmoke;   
    font-family: 'Poppins';
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 800px;
    z-index: 9999999999999999;
    background-color: rgba(3,3,3,0.6);
    backdrop-filter: blur(1px);
}

#title {
    font-size: 23px;
}
#logo {
    background-color: whitesmoke;
    height: 125px;
    display: flex;
    align-items: flex-end;
}
#logo img {
    height: 50px;
}
#nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
#nav-right {
    display: flex;
    width: 300px;
    align-items: center;
    justify-content: space-around;
}
#content-1 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
#content-2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    margin-top: 120px;
    background-color: rgba(0,0,0,0);
}
#content-3 {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    background-color: rgba(0,0,0,0);
    flex-direction: column;
    align-items: center;
}

#mkox-team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
#mkox-team .card {
    width: 100%;
    max-width: 185px;
}
a{
    color: whitesmoke;
    text-decoration: none;
    font-size: 18px;
}
#main-content {
    max-width: 800px;
    width: 800px;
    min-width: 800px;
    width: max-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main {
    margin-top: 200px;
    height: 320px;
    background-image: url("/assets/serwer.png");
    background-position: center 500px;
    width: 100%;
    display: flex;
    color: whitesmoke;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
    align-items: center;
}

#anni-gradient {
    text-decoration: bold;
    background: linear-gradient(93deg,rgba(134, 41, 150, 1) 0%, rgba(156, 174, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#wvsp-gradient {
    text-decoration: bold;
    background: linear-gradient(93deg,rgba(153, 56, 49, 1) 0%, rgba(255, 230, 156, 1) 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#mkox-games {
    margin-top: 50px;
}

.card{ 
    max-width: 200px;
    width: 100%;
    height: 300px;
    background-color: rgba(24,24,24,0.5);
    padding: 25px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card .card-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.card .card-bottom {
    text-align: center;
}
.card p {
    text-align: center;
}
.card img {
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
    width: fit-content;
}
.card:hover {
    z-index: 686868;
    transition-duration: 0.3s;
    transform: translateY(-20px);
    box-shadow: 0px 0px 30px 3px whitesmoke;
}
.card:not(:hover){
    transition-duration: 0.3s;
}
#content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
#mkox-games {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-around;
}

.purchase-button {
    width: fit-content;
    height: 40px;
    font-style: bold;
    padding: 5px;
    background: linear-gradient(to right, #701bd1, #d4242d);
    border: none;
    border-radius: 10px;
    text-align: center;
    color: whitesmoke;
}
.blurbox {
    width: 250px;
    background: linear-gradient(to right, #701bd1,#d49c24, #d4242d);
    height: 250px;
    filter: blur(100px);
    position: absolute;
    z-index: -6932315531;
}

footer{ 
    margin-top: 100px;
    height: 500px;
    width: 100%;
    background-color: rgb(12,12,12);
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: radial-gradient(#3a3a3a 2.5px, transparent 2.5px);
    background-size: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#content-4 {   
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-height: 100%;
    width: 100%;
}
#footer-logo {
    align-self: center;
}
#box1 ul, #box2 ul {
    list-style: none;
}
#box1 h3 {
    text-align: right;
}
#box2 h3 {
    text-align: center;
}
#clause-info {
    text-align: center;
    color: whitesmoke;
    font-family: 'Poppins';
}

.blurbox-footer {
    width: 250px;
    background: linear-gradient(to right, #701bd1,#d49c24, #d4242d);
    height: 250px;
    filter: blur(100px);
    position: absolute;
    z-index: 0;
}
.blurbox-mobile {
    display: none;
}