.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:focus {
    text-align: center;
}

html, body {
    font-family: 'Amiri', serif;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    background-color: #136207;
}

body {
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

small {
    color: #000;
    text-shadow: none;
}

h1 {
    border-bottom: 1px ridge #619258 !important;
    text-shadow: 2px 2px #3a4b36;
}