
input[type="color"] {
    width: 100px;
    height: 100px;
    border: none;
    cursor: pointer;
}

button {
    margin: 10px;
    padding: 10px 15px;
    cursor: pointer;
}

.color-info {
    margin-top: 20px;
    text-align: left;
}

.color-results {
    margin-top: 20px;
}

.tints-shades {
    display: flex;
    justify-content: space-between;
}

.tints, .shades {
    width: 48%;
}

.color-box {
    margin-top: 15px;
}

.color-box ul {
    list-style-type: none;
    padding: 0;
}

.color-box li {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
    color: #ffffff;
    text-align: center;
}
