/* Minecraft latter */
#swicherPlans {
    margin-bottom: 6rem !important;
}
#swicherPlans .nav-item .nav-link {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--white);
    padding: 6px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 4px;
}
#swicherPlans .nav-item .active {
    background: var(--blue);
}

#servertypes img {
    max-width: none;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    width: unset;
}

