body {
    background-image: url(assets/amaurot_background_q60.jpg);
    background-position: center top;
    background-color: black;
    background-repeat: no-repeat;
    margin: 16px 30px 16px 30px;
    color: #cccccc;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.content {
    border-radius: 15px;
    background: rgb(99,101,99);
    background: linear-gradient(180deg, rgba(99,101,99,1) 0%, rgba(57,60,57,1) 45px, rgba(46,52,46,1) 100%);
    padding: 15px;
    border-style: solid;
    border-color: wheat;
    border-width: 1px;
    box-shadow: 0px 0px 1px 1px rgba(255,255,206,1), inset 0px 0px 1px 1px rgba(63, 51, 52, 1), inset 0px 0px 1px 1px rgba(0, 0, 0, 1);
}

button {
    border-radius: 20px;
    background: #424142;
    background: linear-gradient(180deg, #636763, 0%, #5d5d5d 25%, #4d4f4d 48%, #393739 52%, #393c39 75%, #4a454a 100% );
    border-width: 2px;
    border-style: none;
    box-shadow: 0 +1px 5px rgba(0,0,0,.9);
    color: #f2f2f2;
}

    button:focus {
        outline: none;
    }


h1 {
    text-align: center;
    color: antiquewhite;
    font-family: 'Lora', serif;
}

hr {
    border: none;
    /* top    */ border-top: 1px solid #151615;
    /* middle */ background-color: #515151;
    color: #555555;
    height: 1px;
    *height: 2px; /* IE6+7 need the total height */
}

.formField {
    border: 0;
    outline: 0;
    border-bottom: 2px solid grey;
    color: white;
    background: transparent;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

*, ::after, ::before {
    box-sizing: border-box;
}

h1 {
    color: #caaf75;
    font-family: Jura;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000000;
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

h2 {
    color: #caaf75;
    font-family: Jura;
    font-weight: 500;
    text-shadow: 2px 2px 5px #000000;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

h3 {
    color: #caaf75;
    font-family: Jura;
    font-weight: 500;
    text-shadow: 2px 2px 5px #000000;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

p {
    color: lightgray;
}

a {
    color: #cdc2ab;
}

li {
    list-style-type: circle;
    margin-bottom: 15px;
}

.item_title {
    font-weight: bold;
    font-style: normal;
}

.description {
    font-weight: normal;
    font-style: italic;
}

.warning {
    font-style: normal;
    color: lightcoral;
}