<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-decoration: inherit;
    list-style: none;
    color: #fff;
}
@font-face {
    font-family: 'HSBombaram3_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.1/HSBombaram3_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
img{
    width: 100%;
}
.main_02 {
    position: relative;
}
.main_02 .btn_area {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.main_02 .btn_area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 100px;
    /* background-color: #7d1b1b; */
    background-color: #102547;
    border: 2px solid #102547;
    box-sizing: border-box;
    border-radius: 25px;
    font-family: 'HSBombaram3_Regular';
    font-size: 30px; 
    transition: all 0.5s;
}
.main_02 .btn_area a:hover {
    background-color: #fff;
    border: 2px solid #102547;
    color: #102547;
}
.second_sec {
    margin-top: -10px;
}
.third_sec {
    margin-top: -4px;
}
@media (max-width:540px) {
    img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 150%;
    }
    .main_02 .btn_area a {
        width: 175px;
        height: 50px;
        border-radius: 10px;
        font-size: 16px;
    }
}</pre></body></html>