High-performance Minecraft servers with instant setup, one-click modpack installation,
and 24/7 support. Perfect for SMP, modded servers, and minigame networks.
Choose Your Minecraft Plan
Select the best plan tailored for your needs.
/* Top Section */
.mc-hero {
width: 100%;
text-align: center;
padding: 60px 15px 40px 15px;
}
/* Translucent Subtitle */
.mc-description {
font-size: 18px;
max-width: 900px;
margin: 0 auto;
color: rgba(255, 255, 255, 0.70);
line-height: 1.6;
}
/* Middle Section */
.mc-plan-section {
width: 100%;
text-align: center;
padding: 80px 15px 60px 15px;
background: #0c1120;
border-radius: 8px;
margin-top: 40px;
}
/* BIG Title */
.mc-plan-title {
font-size: 40px;
font-weight: 900;
color: #ffffff;
margin-bottom: 12px;
}
/* Gradient underline */
.mc-plan-underline {
width: 120px;
height: 4px;
background: linear-gradient(90deg, #4e9fff, #b474ff);
margin: 0 auto 25px auto;
border-radius: 10px;
}
/* Small translucent text */
.mc-plan-desc {
font-size: 17px;
color: rgba(255, 255, 255, 0.55);
max-width: 650px;
margin: 0 auto;
line-height: 1.6;
}