<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    height:100%;
}
body {
    font-family: "Poppins",san-serif;
    color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    background: #111;
}
img{
    max-width:100%;
}
.logo img {
    width: 120px;
}
.site-header{
    background:#111111;
    padding:15px 0;
}
.navbar-toggler {
    background-color: #fff;
}
.nav-link {
    color: #8B8E92;
    font-size: 12px;
    font-weight: 600;
    padding:15px!important;
}
.nav-link:hover {
    color: #ed1c24;
}
.dropdown:hover .dropdown-menu{display:block;}
.dropdown-menu {
    border-radius: 0;
    background: #000;
    min-width: 220px;
    padding: 0;
}
.dropdown-menu li:last-child {
    border-bottom: 0;
}
.dropdown-menu li {
    border-bottom: 1px solid #c4c4c4;
}
.dropdown-item {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 15px 15px 15px 35px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #8b8e92;
}
.hero{
    padding: 80px 0;
    background-size: cover!important;
}
.gghero{
    background:#2c0002;
    padding:25px 0;
}
.topup{
    background: url('images/topup.jpg') no-repeat;
}
.hero h1{
    color:#fff;
}
.main-content{
    padding:80px 0;
}
.main-content .row{
    margin-bottom:25px;
}
.main-content h5{
    margin-bottom:25px!important;
}
.main-content button {
    margin-bottom: 25px;
}
footer{
    background:#000;
    font-size:12px;
}

/** CONTENT **/
.denomination{
    padding-top:25px;
    padding-bottom:25px;
}
.denomination button {
    min-width: 150px;
    border: 0;
    background: #000;
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
    transition: 0.5s ease;
}
.denomination button:hover {
    background: #670008;
    transition: 0.5s ease;
}
.mu-topup {
    background: black url('images/mu-topup.jpg') no-repeat center center;
    min-height: 180px;
    width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.monsters h6{
    color:#ed1c24;
}
.monsters p{
    font-size:14px;
}

@media only screen and (max-width:450px){
.mu-topup{min-height:200px}
.nav-link {
    text-align: right;
    border-bottom: 1px solid;
}
}</pre></body></html>