canvas{
    box-shadow: 0 0 5px black;
}
body{
    background: rgb(218,17,18);
    background: linear-gradient(blue,red,yellow);

}
.canvas {
    margin: 0 auto;
    width: 900px;
    display: flex;
    justify-content: center;
}
.wrapper{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: aliceblue;
}

.control {
    width: 900px;
    margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.btn{
    font-size: 30px;
}
.description{
    width: 900px;
    margin: 0 auto;
display: flex;
justify-content: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
color: aliceblue;



}