body {
    background-color: #1A1C1E !important;
    margin: 0;
    padding: 0;
}

html {
    background-color: #1A1C1E !important;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    color: #CCFF00;
}

.main-content p,
.main-content span,
.main-content div {
    color: #ffffff;
}

.main-content {
    color: #ffffff;
}

.hero-section {
    text-align: center;
    padding: 40px 20px;
}

.hero-section img {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px #aec6d0) drop-shadow(0 0 20px #aec6d0) drop-shadow(0 0 30px #aec6d0);
}

.text-center {
    text-align: center;
}

.body-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    width: 100%;
}

.btn-home {
    background-color: #ff4444;
    color: #ffffff;
    padding: 20px 40px;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #CCFF00;
    transition: transform 0.2s, background-color 0.2s;
    text-align: center;
}

.btn-home:hover {
    transform: scale(1.05);
    background-color: #ff0000;
    color: #ffffff;
}
