@charset "UTF-8";

/* ================ color cube ================ */
.white--cube{
    background-color: #FFFFFF;
}
.honey--cube{
    background-color: #E9CA7C;
}
.peach--cube{
    background-color: #EEB2A4;
}
.seiji--cube{
    background-color: #5E99A2;
}
.slate--cube{
    background-color: #56686C;
}


/* details */
.details{
    display: flex;
    justify-content: center;
    align-items: center;
}
.details div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}