﻿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;
    overflow: hidden;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.form-control {
    height: inherit;
}

.banner_1 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.inputBlock {
    padding: 10px;
    background-color: #F2F2F2;
    font-weight: 700;
}

.MenuItem {
    border: 3px solid #FDBA12;
    border-radius: 3px;
    background-color: #FFE494;
    min-width: 80%;
    min-height: 120px;
    box-shadow: rgba(0,0,0,4),10px,10px;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

    a:active {
        text-decoration: none;
    }