.main-content {
    text-align: center;
    max-width: 600px;
}

.main-content p {
    font-size: 1.5rem;
}

.color {
    float: right;
    width: 50%;
    max-width: 300px;
}

.profile-left,
.profile-right {
    width: 50%;
    max-width: 300px;
    float: left;
    overflow: hidden;
}

.profile-left {
    clear: right;
}

.profile-left img {
    width: 12.5rem;
}

.main-content button {
    margin-top: 1rem;
    width: 12.5rem;
}

.user-color-box {
    margin: 0 auto 0;
    height: 12.5rem;
    width: 12.5rem;
    background-color: var(--textcolor);
    margin-bottom: .25rem;
}

.user-color{
    margin: .75rem;
    border-radius: 1rem;
    height: 11rem;
    width: 11rem;
}

.results-bands {
    clear: both;
    text-align: center;
}

.band-title {
    padding-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    clear: both;

}