/*
Theme Name: Bronzeyy Theme
Theme URI: https://bronzeyy.com
Author: Your Name
Description: A clean WordPress theme for Bronzeyy
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: bronzeyy-theme
*/

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

img {
    max-width: 100%;
    height: auto;
}