      main{
        text-align: center;
      }
      
      .page {
        justify-content: center;
      }
      
      .contact-title{
        font-size: clamp(18px, 2.2vw, 28px);
        font-weight: 600;
        color: var(--muted);
        margin: 0 0 12px;
        letter-spacing: .4px;
        text-transform: none;
      }
      .contact-email{
        display:inline-block;
        font-size: clamp(28px, 4.8vw, 64px);
        font-weight: 800;
        letter-spacing: .6px;
        color: var(--text);
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: color .15s ease, border-color .15s ease;
      }
      .contact-email:hover{ color: #ffffff; border-bottom-color: #ffffff; }