<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&amp;family=Clicker+Script&amp;family=DM+Sans:opsz,wght@9..40,700;9..40,900;9..40,1000&amp;family=Plus+Jakarta+Sans:wght@800&amp;family=Poppins:ital,wght@0,500;0,600;0,800;1,400;1,500&amp;family=Prompt:ital,wght@0,300;0,500;0,800;0,900;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Aoboshi One', serif;
}

body {
    background: #f0f0f0;
    font-family: 'Aoboshi One', serif;
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
}

a {
    color: #262525;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
}

p {
    color: #777;
}

img {
    display: inline-block;
    width: 80%;
}

.navbar {
    /* position: fixed;
    width: 100%; */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}


.navbar-brand img {
    width: 100px;
}

.btn {
    background: #6c0101;
    padding: 10px 30px;
    color: #fff;
    transition: all .45s ease;
}

.btna {
    background: #6c0101;
    padding: 8px 20px;
    color: #fff;
    border-radius: 10px;
    transition: all .45s ease;
}


.btn i {
    margin-right: 5px;
}

.navbar-nav li a:hover {
    color: #6c0101;
}

.btn:hover {
    background: #6c0101;
    color: #fff;
    transform: scale(0.9);
}


.section-padding {
    margin-top: 100px;
    margin-bottom: 50px;
}

.col-lg-5 {
    margin-top: 50px;
}

.col-lg-5 h1 {
    font-family: 'Aoboshi One', serif;
    font-size: 70px;
    color: #6c0101;
}

.col-lg-5 h3 {
    margin-top: 20px;
}

.col-lg-5 p {
    margin-top: 20px;
}

.col-lg-5 button {
    margin-top: 30px;
}

.phsps {
    text-align: center;
    color: #292929;
    font-size: 17px;
    font-weight: 500;
}

.stgei {
    color: #6c0101;
    font-weight: 700;
}</pre></body></html>