/* index.css
 * Copyright (c) 2025, 7th software Ltd.
 * All rights reserved.
 */

.email {
  text-align: right;
}

a {
  font-size: 1.2rem;
  color: #e69a75;
  font-style: italic;
  text-decoration: none;
}

.small {
  font-size: 1.0rem;
  color: #ccc;
  font-style: italic;
}
