#contentConsent {
  position: fixed;
  top: 5px;
  bottom: 5px;
  left: 10%;
  right: 10%;
  padding: 2em 2em;
  display: block;
  background-color: #eee;
  opacity: 96%;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow: scroll;
}

.submit-wrap {
  margin-top: 20px;
}

.submit-primary {
  background-color: #A00;
  padding: 10px;
  border: none;
  color: white;
  border-radius: 8px;
  cursor: pointer;
}
