button {
    margin: 10px;
    padding: 20px;
    font-size: 15px;
    line-height: 5;
    background-image: linear-gradient(rgb(255, 0, 81), rgb(0, 255, 132));
    color: #ffffff;
    border-radius: 20px;
    flex-wrap: wrap;
}

#color-info img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 30%;
    margin-top: 30px;
    display: flex;
    display: flex;
    width: 80%;

    filter: drop-shadow(5px 5px 10px #666666);
    text-align: center;
}


#color-info {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 30%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.container {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;


}

h1 {
    color: #950264;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
    text-shadow: 15px 10px 10px #8e8e8e;

}

h2 {
    color: #030e3e;
    text-align: center;
    letter-spacing: 2px;
}

.button:hover {
    background-color: #de2c11;
}

body {
    height: 1020px;
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(176, 1 1));
    background-repeat: no-repeat;
}