/* .map-post{
    position: relative;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 444px;
    border-radius: 10px;
    background-color: #fff0fe;
} */
.mapss{
    justify-content: center;
}

.map-post{
    width: 290px;
    height: auto;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: solid;
    border-color: rgb(0, 85, 124);
    border-radius: 10px;
    background: rgb(228, 235, 235);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.mapcode{
    text-align: center;
    align-items: center;
    display: grid;
    gap: 5px;
    justify-content: space-between;
}

.head{
    font-size: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.avatars{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.mapname{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}
.q{
    margin-left: 10px;
    text-align: left;
}
.q p{
    color: rgb(99, 99, 99);
    text-align: left;
    font-size: small;
}

.mapcode button{
    margin-left: 5px;
}

.body p{
    font-size: 14px;
}
.body img{
    margin: auto;
    width: 100%;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
}
.bleft{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.bleft a{
    background-color: rgb(36, 100, 139);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
    font-size: small;
}
.playerName {
    font-weight: bold;
}

#searchInput{
    height: 20px;
    width: 200px;
    border-radius: 5px;
}