body{
    font-family: Arial, sans-serif;
    color: white;
    background-color:#0C1629 ;
    justify-content: center;
    display: block;
}
.headline {
    font-size: 40px;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Palette {
    color: rgb(0, 183, 255);
}
.description {
    text-align: center;
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}
.container{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.bigbox{
    flex: 1;
    height: 200px;
    background: skyblue;
    border-radius: 10px;
    border: 2px solid white;
    align-items: center;
    justify-content: center;
}
.cpybtn{
    height: 20px;
    width: 50px;
    display: flex;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.generate{
    height: 27px;
    width: 200px;
    display: block;
    margin: 20px auto;
    padding: 10px 10px;
    background-color: #008eec;
    color: white;
    border: 2px solid white;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}
#btn1{
    background-color: #9B59B6;
}
#btn2{
    background-color: #3498DB;
}
#btn3{
    background-color: #2ECC71;
}
#btn4{
    background-color: #F39C12;
}
#btn5{
    background-color: #E74C3C;
}
.color-code{
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 106px;
}