body {
    font-family: Arial, sans-serif;
    background-color: lightblue; /* Set light blue color for the body */
}

h1 {
    text-align: center;
}

#rarityResults img {
    width: 250px;
    height: 250px;
    image-rendering: pixelated;
    margin-bottom: 20px;
}

/* BEGIN: Generated CSS classes */
#rarityResults .item-attribute {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#rarityResults .attribute.trait_type {
    flex-grow: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#rarityResults .attribute.value {
    flex-grow: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* END: Generated CSS classes */

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    background-color: lightgreen; /* Set light green background for the menu */
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#rarityResults {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

h1 {
    text-align: center;
}
/* END: Generated CSS classes */


#anotherResults img {
    width: 250px;
    height: 250px;
    image-rendering: pixelated;
    margin-bottom: 20px;
}

/* BEGIN: Generated CSS classes */
#anotherResults .item-attribute {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#anotherResults .attribute.trait_type {
    flex-grow: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#anotherResults .attribute.value {
    flex-grow: 1;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#anotherResults {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
/* END: Generated CSS classes */

