html {
    font-family: Arial, Helvetica, sans-serif;
}

.font-roman {
    font-family: "Times New Roman", Times, serif;
    color:#d444ab;
}

.mecha-header {
    font-family: 'IBM Plex Mono', monospace;
}

.main-icon {
    height: 40px;
    width: 40px;
}

.custom-gradient {
  background: #667eea;
  background: -webkit-linear-gradient(to bottom, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));
  background: linear-gradient(to bottom, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5))
}