button {
    margin: 5px;
    height: 85px;
    width: 85px;
    border-radius: 15px;
    font-size: 15px;
    border-width: 3px;
}

.bg-color-code {
    background-color: #222222;
    color: #e0e0e0;
    font-weight: bold;
    border-radius: 10px;
    height: 50px;
    padding: 9px;
    font-size: 19px;
    margin-top: 12px;
}

span {
    color: #49a6e9;
}

h1 {
    font-weight: bold;
}

#button1 {
    background-color: #e0e0e0;
}

#button2 {
    background-color: #6fcf97;
}

#button3 {
    background-color: #56ccf2;
}

#button4 {
    background-color: #bb6bd9;
}

#colorPickerContainer {
    height: 100vh;
}
