.box,.box>img{transition:transform .3s;border-radius:10px}.box,.server-type{max-width:640px;max-height:360px;height:360px;font-weight:700;color:#fff}.container{flex-wrap:wrap;justify-content:center;align-items:center;padding:4rem 0}.row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:1rem 0}.box,.container,.row{display:flex;width:100%}.box{justify-content:center;align-items:center;text-align:center;background-color:#131313;font-size:1rem;flex:1 1 640px;box-shadow:0 4px 10px rgba(0,0,0,.2);text-decoration:none;position:relative;overflow:hidden;transition:transform .3s}.box>img{object-fit:cover;width:100%;height:100%;object-fit:cover}.box:hover{transform:translateY(-5px)}.box:hover>img{transform:scale(1.05)}@font-face{font-family:Minecraft;src:url(/assets/font/minecraft-font/MinecraftRegular-Bmg3.otf)}.server-type{font-family:Minecraft,sans-serif;width:640px;position:absolute;top:0;left:0;font-size:4rem;text-transform:uppercase;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;transition:opacity .3s;z-index:1;pointer-events:none;text-shadow:2px 2px 0 #000,3px 3px 0 #222,4px 4px 4px rgba(0,0,0,.6)}.box:hover .server-type{opacity:0}