.aces-text {
  color: #335081;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-align: center; /* Centers text content horizontally */
  font-size: 1.5rem; /* Increase the font size */
}

.app-logo {
  margin-top: 30px;
  max-width: 100%; /* Scale the logo to take the full width */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Make it a block element */
  margin-left: auto; /* Center the image */
  margin-right: auto; /* Center the image */
}
