﻿body {
    font-family: Source Sans Pro, Helvetica Neue, Roboto, Noto Sans CJK TC, Heiti TC, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, 微軟正黑體, sans-serif;
    background-color: #252835;
    font-size: 14pt;
    text-align: left;
    width: 100vw;
    height: 100vh;
    overflow-y: hidden;
}

iframe {
    border: none;
}

.form-control {
    height: inherit;
}

.content {
    width: 100vw;
    height: 70%;
    background-color: white;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .content span {
        text-align: center;
        font-weight: 700;
        color: #002060;
        font-size: 1.5rem;
    }

.banner {
    /* position: fixed; */
    font-size: 2rem;
    color: #000000;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: white;
    font-weight: 700;
    height: 100%;
}
