.content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.contact-page-content {
  width: 100%;
  height: 30%;
  text-align: center;
  margin: 0;
}

.copy-text-box:hover {
  cursor: pointer;
}
