.homemade-apple-regular {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
    background-color: black;
    color: white;
    font-family: sans-serif;
    float: none;
}

h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 1px;
    font-size: 75px;
}

h2 {
    text-align: center;
}

.tabs a {
    color: inherit;
    font-size: inherit;

    /* default h3 styling */
    text-transform: uppercase;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.tabs {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 50px;
}

/* .tabs h3 {
    padding-left: 50px;
    float: left;
} */

.rainbowText {
    font-family: "Homemade Apple";
    font-weight: normal;
    
    background: url('https://i.imgur.com/1R57Hlq.gif');
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

