<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.home-content h1 {
    font-size: 50px;
    margin-bottom: 20px;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.home-content p {
    font-size: 45px;
    margin-bottom: 40px;
	text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.btn00 {
    background-color: #04285a;
    color: #fff;
	width: 300px; /* à¸à¸³à¸«à¸™à¸”à¸„à¸§à¸²à¸¡à¸à¸§à¹‰à¸²à¸‡à¸‚à¸­à¸‡à¸›à¸¸à¹ˆà¸¡ */
    height: 80px; /* à¸à¸³à¸«à¸™à¸”à¸„à¸§à¸²à¸¡à¸ªà¸¹à¸‡à¸‚à¸­à¸‡à¸›à¸¸à¹ˆà¸¡ */
    padding: 20px 60px;
    border: none;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;

}


.home-section {
    background: url('../img/00-1.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 150px 0;
}

</pre></body></html>