:root {
 --primary-color: #1e3a8a;
   --hover-color: #3c559c;
}

.back {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .div-center {
    width: 400px;
    height: 400px;
    border-radius: 8px;
    background: rgba(250, 213, 204, 0.40);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
    padding: 1em 2em;
    display: table;
  }

  div.content {
    display: table-cell;
    vertical-align: middle;
  }
.content p {
    color: var(--complementarysecondary, #848C91);
    font-family: Lato;
}
