body {
  font-family: "Montserrat", sans-serif;
  color: #091e42;
}

html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
}

.content {
  flex: 1;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 540px;
}

.blu-background {
  background-color: #33cdcf;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider {
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #ebedf0;
}

.header {
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.entry {
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}

.pagination-container {
  justify-content: center;
}

.form-check-input {
  width: 24px;
  height: 24px;
}

.form-check-input:checked {
  background-color: #33cdcf;
  border-color: #33cdcf;
}
