.bottom-link {
  position: fixed;
  bottom: 0;
  right: 1%;
  text-align: right;
  font-size: medium;
}

.my-link {
  color: rgb(64, 162, 194);
}

.my-mail {
  /* color: rgb(42, 92, 127); */
  color: #1E90FF;
}

.my-header {
  /* color: 'black'; */
  font-size: 1.5em;
}

.center-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 50px; /* Distance from the top of the page */
      }

.modal {
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #d4f9d4;
  margin: auto;
  padding: 0 0.5vw 0vw 0.5vw;
  width: 35%; /* Could be more or less, depending on screen size */
}

/* write a close class for a clickable x on the top right of the modal that closes a modal */
.close {
  color: #000;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

/* thank you message */
.thank-you-message {
  text-align: center;
  background-color: #d4f9d4;
  margin: auto;
  width: 35%;
}
