body {
  background-color: #e1e8e8;
}
h1, h2, h3, h4, h5, h6 {
  color: #265b97;
}

.outer-container {
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.content {
  max-width: 500px;
}

.remove-underline {
  text-decoration: none;
}

.hr {
  border-top: 0.1px solid #0f2862 !important;
  border-radius: 50px;
  margin: .1rem 0;
  color: inherit;
  background-color: inherit;
  border: 0;
  opacity: 0.5;
}
.section {
  margin-bottom: 100px;
}
.btn-outline-custome {
  color: #0f2862;
  border-color: #0f2862;
}
.btn-outline-custome:hover,
.btn-outline-custome:active,
.btn-outline-custome:focus {
background-color: #0f2862;
border-color: #0f2862;
color: lightgray;
}