body{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#backGround{
    background-color: rgb(255, 202, 202);
    max-width: 10000000px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#colorButton{
    color: black;
    font-weight: bolder;
    padding: 20px 60px;
    border: none;
    border-radius: 5px
}
#colorButton:hover{
    box-shadow: 5px 2px 8px 2px gray;
}
#colorButton:active{
    box-shadow: 5px 2px 8px 2px #000000e0;

}
