body {
text-align: center;
}
.text {
font-size: 25px;
font-family: 'Roboto', sans-serif;
}
.mcsg {
color: #00ff00;
font-size: 25px;
}
.grn {
color: #ffff00;
font-size: 18px;
}
.space {
padding-top: 4px;
}

/* Featured Skins */
.container {
display: flex;
gap: 20px;
justify-content: center;
margin-top: 50px;
}
.box {
background-color: #666666;
width: 320px;
height: 360px;
text-align: center;
box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.5);
overflow: hidden;
}
.box img {
max-width: 100%;
height: 200px;
filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.5));
}
.box p, span {
word-wrap: break-word;
margin: 10px 0;
}
.skintitle {
font-size: 30px;
font-family: 'Minecraft';
text-shadow: 2px 2px black;
}
@media (max-width: 800px) {
.container {
flex-direction: column;
align-items: center;
}
}
