body {
    background-color: #f5f5f5;
    color: #333;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,Roboto,"Droid Sans",sans-serif;
    line-height: 1.6;
}

.brand-image {
    max-width: 120px;
}

main {
    padding: 2em 0;
}
main h2, 
main h3, 
main strong,
main .text-primary {
    color: #2f6eb5 !important;
}
input::placeholder {
    color: #ccc!important;
}