*, ::after, ::before {
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    margin: 0;
}

code {
    display: block;
    font-family: monospace;
    line-height: 2em;
    font-size: 1rem;
    background: #90ee9033;
    margin-top: 1em;
    padding-left: 0.5em;
}

a {
    color: #077926;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1rem;
    background-color: #0A3838;
}

.p-2 {
    padding: .5rem!important;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar .navbar-brand img {
    height: 2.5rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.container {
    padding: 1em;
    max-width: 32rem;
    background: white;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.form-row {
    margin: 2em 0;
}

.form-row label, .form-row input {
    display: block;
}

.form-row label {
    padding-bottom: .5rem;
    font-weight: 600;
    font-size: 1.1em;
}

.form-row input[type=text] {
    width: 100%;
    padding: .75rem;
}

.form-row input[type=submit] {
    width: 100%;
    padding: .75rem;
}

.button:hover {
    background-color: #077926;
}

.button {
    border: none;
    border-radius: 0;
    color: white;
    background-color: #3AAC59;
    font-size: 20px;
    font-weight: bold;
    width: 8rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
