body {
    background: #F5F5F5;
    font-family: "Helvetica", "Noto Sans TC", "sans-serif";
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.sign-out:hover svg {
    fill: #004386;
}