﻿/* 來自 <style> 標籤內的樣式 */
body {
    background-image: url("../../Content/images/BG-home.png") !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

.mt-25p {
    margin-top: 25%;
}

/* 來自 <body> 標籤的內聯樣式 */
body {
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh;
    margin: 0;
}

/* 來自 <div> 標籤的內聯樣式 */
.footer-bg {
    background-color: #a4dbee;
    color: #333333;
}

.footer-container {
    padding: 24px;
}

.footer-col {
    text-align: center;
}

.footer-img {
    width: 60px;
}
