body {
  background-color: #dba6c3 !important;
}

.container {
  max-width: 900px !important;
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.panel-body {
  padding: 0 !important;
}

.content-block {
  padding: 0 !important;
}

.panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.panel,
.panel-body,
.content-block {
  border-radius: 18px !important;
}

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

h1,
h2,
h3 {
  color: #1e7c4c !important;
}

a {
  color: #d477a9 !important;
  font-weight: 700 !important;
}

img {
  max-width: 100% !important;
}
