.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color__container {

    width: 500px;
}

.btn {
    padding: 5px;
    background-color: aqua;
}