﻿/* styles.css */
body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: top;
    
    
}

.container {
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

input {
    display: block;
    margin: 10px auto;
    padding: 5px;
    font-size: 16px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
#result {
    margin-top: 20px;
    font-size: 18px;
}

#totalPrice {
    color: red;
     font-size: 40px;
}

#totalWeightKg {
    margin-top: 20px;
    font-size: 18px;

#result, #totalWeightKg {
    margin-top: 20px;
    font-size: 18px;
}
.container {
    max-width: 1024px;
    margin: 0 auto;  /* 置中 */
    padding: 0 15px; /* 防止手機貼邊 */
}
