:root {
            --inter-font: 'Segoe UI', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
        }
        body {
            font-family: var(--inter-font);
        }
        .bg-hero {
            background-image: url('Basler_1920_website.jpg');
        }
        .text-shadow {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
.bg-prize{
	background-color:#003366;
	}
.title-prize{
	color:#fff;
}

.top-logo{
	max-width:300px;
}

.indented-paragraph{
	text-indent: 2em;
}

.p_blue{
	color:#003366;
}

/* 新增的客製化樣式 */
.indent-first-line {
	text-indent: 2em; /* 您可以修改這個值來調整縮排大小 */
}
/* 新增：用於巢狀列表的小寫字母編號 */
.list-lower-alpha {
	list-style-type: lower-alpha;
	margin-left: 1.5rem; /* 增加左邊距，讓列表層次感更明顯 */
}