﻿/* 共用樣式 */* {box-sizing: border-box;font-family: 'Segoe UI', 'Noto Sans TC', sans-serif}

.header {
    background: #00bfa5;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.logo {
    font-size: 22px;
    font-weight: 500;
}

.logo > a , .nav a {
    color: #0077cc;
    margin-left: 16px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}
