@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: 'Amiri', serif;
  font-size: 18px;
  color: #000;
}

input,
textarea,
select,
option {
  font-family: 'Amiri', serif;
  font-size: 18px;
}

input {
  max-width: 50%;
}

textarea {
  padding: 10px;
}

a {
  color: #003399;
  background-color: transparent;
  font-weight: normal;
  text-decoration: none;
}

h1, h2 {
  color: #444;
  background-color: transparent;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 14px 0;
  /* padding: 14px 15px 10px 15px; */
}

h1 {
  text-align: center;
}

h2 {
  font-size: 18px;
}

div.body {
  text-align: justify;
  border: 1px solid #D0D0D0;
  border-bottom: 0;
  box-shadow: 5px 8px 12px #D0D0D0;
  padding: 15px;
}

.article::first-line {
  color: #993333;
}

p.footer {
  text-align: center;
  font-size: 13px;
  /* border-top: 1px soslid #D0D0D0; */
  padding: 10px;
  margin: 20px 0 0 0;
}

#container {
  margin: 10px auto;
  width: 650px;
  max-width: 95%;
}

ul.unlisted {
  list-style: none;
  margin: 0;
  padding: 0;
}

td.actions {
  text-align: left;
}

li.item {
  /* display: block; */
  clear: both;
  min-height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #D0D0D0;
}

.center {
  text-align: center;
}

a.button {
  color: #333;
  font-size: 125%;
}
