@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
/* CSS Document */
body{
	background: #000000;
	margin:0
}
.card{
	background:#000000
}
.mb-0{
    background-image: url("../images/btn-bg.jpg");
    border-radius: 5px;
    height: 50px;
    border-spacing: 0px 0px;
    border-collapse: collapse;
    color: #FFFFFF;
    border: 2px solid #B19C6C;
    
}
.card-body{
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
	
}
body,p,h1,h2,h3,h4,h5,li,td{font-family: 'Noto Sans TC', sans-serif;
}
h1{
    font-size: x-large;
    color: #FFED00;
}
h2{
    font-size: x-large;
    color: #FFFFFF ;	
}
.table{
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    border-color: #534C38;
    border-width: thin;
    border-radius: 6px;
    width: 98%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
	
}
.text{
    color: #410708;
    font-size: 16px;
		
}
.tbody{
    border-radius: 5px;
	
}
.text-2{
    color: #B40000;
    font-size: 20px;
}
.text-3{
    color: #FFE649;
    font-size: 16px;
}
.text-4{
    color: #FFFFFF;
    font-size: 22px;
}
.footer{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	
}
.text-5 {
}
