
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
    margin: 0;
}

html {
    overflow-y: scroll;
}


body {
    color: #333;
    font-family: "Arial", "Microsoft JhengHei", Apple LiGothic Medium, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    width: 100vw;
    overflow: hidden;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease;
}

a:active, a:hover {
    outline: 0;
}

a:hover {
    border-bottom: 1px solid
}

.header {
    letter-spacing: 5px;
    margin: 45px auto 15px;
    text-align: center;
}

.header a {
    font-size: 15px;
    color: #444;
}

.header a:hover {
    border-bottom: 0;
}

.links {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin: 0;
}

.links a {
    cursor: pointer;
    padding: 2px;
    margin: 0 3px;
}

.links a:hover{
    border-bottom: 0;
}

.links img {
    width: 15px;
    height: 15px;
}

.nav {
    margin: 0;
    padding: 20px;
    list-style-type: none;
    float: none;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.06);
}

.nav-item {
    display: inline-block;
    position: relative;
    padding: 2px 15px;
}

.nav-item a {
    font-size: 18px;
    line-height: 1.3;
}

.nav-item a:before {
    content: "#";
    color: #ce1458;
    position: absolute;
    left: 0.05em;
    top: 0.14em;
    font-size: 1.1em;
    font-weight: bold;
}

.nav-item a:hover {
    border-bottom: 2px solid #ce1458;
    color: #ce1458;
}

.nav-item a {
    font-size: 18px;
    line-height: 1.3;
}

.footer {
    text-align: center;
    padding: 0;
}

@media screen and (max-width: 420px) {
    .header {
        margin: 40px auto 10px;
    }

    .header a {
        font-size: 14px;
    }
}

.powered-by {
    text-align: center;
    padding: 0 0 20px;
}


.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    color: #333;
    background-color: rgba(0, 0, 0, 0.05);
}

i {
    font-style: italic;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

[type=button]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
[type=button], button {
    -webkit-appearance: button;
}
button {
    text-transform: none;
}
button{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}



