body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
}

header {
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-bottom-color: #000000;
}

nav ul {
    list-style: none;
    display: flex;
}

nav li {
    margin-right: 25px;
}

nav a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.main-content {
    text-align: center;
    padding: 50px;
}

.maintext {
    font-family: arial black;
    font-size: 100px;
    background-image:
      linear-gradient(to right, #00c3ff,#0075ac,#0051ff,#00c3ff ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    align-self: center;
    padding-bottom: 20px;
  }

  .gradient {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 35px;
    background-image:
      linear-gradient(to right, #00b7ff, #009cb8, #ffbb00, #fbff00 ); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .mailtextin {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 35px;
    background-image:
      linear-gradient(to right, #003cff,#00aeff,#00aeff,#0044ff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .chattextin {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 35px;
    background-image:
      linear-gradient(to right, #ff9100,#ffc400,#ff9100 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .subtext {
    font-size: 35px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    justify-content: center;
  }

  p {
    font-size: 25px;
  }

  .e {
    font-size: 35px;
    color: #6e6e6e;
  }

  .dftext {
    font-size: 64px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  
  .dev {
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-inline-start: 10px;
  }

  @keyframes rainbow-animation {
      to {
          background-position: 3500vh;
      }
  }