@import url('https://fonts.googleapis.com/css?family=Be+Vietnam:400,700&display=swap');

html, body {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 95%;
}

a.navbar-brand {
    font-size: 1.2rem;
    font-weight: 700;
}

a.navbar-brand .img-fluid {
    width: 8rem;
}

textarea {
    height: 7.5rem !important;
    padding-top: .25rem !important;
    padding-left: .5rem !important;
    font-size: 90% !important;
    resize: none;
}