* {
    margin: 0;
    padding: 0;
}

.title__background {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./photo/capital2.webp');
    z-index: 0;
}

.title__background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.title__content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    height: 100%;
}

h1{
    color: white;
}

.title__content__server_ip{
    margin-top: 20px;
}

.title__content__server_version{
    margin-top: 5px;
}


.how_play__content__text{
    width: calc(100% / 2);
}

.how_play__content__photo__img{
    border-radius: 50%;
}

@media (max-width: 800px) {
    .how_play__content__text{
        width: 100%;
    }
    .how_play__content__photo{
        display: none;
    }

    .js-filter > li{
        width: 100%;
    }
}