body {
    font-family: 'Minecraftia', Arial, sans-serif;
    background: url('Background Image of Giant Creeper Face Minecraft Map.png') no-repeat center center fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
}

header {
    background-color: #3c802a;
    padding: 20px;
    font-size: 24px;
    border-bottom: 4px solid #2b5d1c;
}

h1, h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.gallery, .videos {
    margin: 20px;
    padding: 10px;
    background: #2b5d1c;
    border: 4px solid #1a472a;
    border-radius: 10px;
}

.image-container img {
    width: 200px;
    height: auto;
    margin: 10px;
    border: 4px solid #3c802a;
    border-radius: 5px;
}

.video-container iframe {
    margin: 10px;
    border: 4px solid #3c802a;
}

button {
    background: #ffcc00;
    color: #333;
    font-size: 18px;
    padding: 10px 20px;
    margin: 20px;
    border: 3px solid #b38f00;
    cursor: pointer;
    font-family: 'Minecraftia', Arial, sans-serif;
}

button:hover {
    background: #ffdd33;
}

@font-face {
    font-family: 'Minecraftia';
    src: url('minecraft-font.ttf') format('truetype');
}
