body {
  background: #f5f5f5 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #111111 !important;
}

.container,
main,
section,
.box,
.card {
  max-width: 680px !important;
  margin: 40px auto !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08) !important;
  padding: 32px !important;
}
header,
.logo,
.brand,
.site-logo {
  text-align: center !important;
}

img.logo,
.logo img,
header img,
.brand img,
.site-logo img {
  display: block !important;
  max-width: 180px !important;
  height: auto !important;
  margin: 0 auto 24px auto !important;
}
h1, h2, h3 {
  color: #000000 !important;
}

a {
  color: #000000 !important;
  text-decoration: underline !important;
}

button,
input[type="submit"],
.button,
.btn {
  background: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}

button:hover,
input[type="submit"]:hover,
.button:hover,
.btn:hover {
  background: #333333 !important;
  border-color: #333333 !important;
}

input,
select,
textarea {
  border-color: #cccccc !important;
  border-radius: 6px !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.12) !important;
}