*{
    padding: 0;
    margin: 0;
}


body{
    background: linear-gradient(to right, #8360c3, #2ebf91);
}


#canvas{
    box-shadow: 0 0 15px black;
    border-radius: 15px;
    margin: 20px;
}


.desc{
    display: flex;
    justify-content: center;
    margin: 25px;
    color: white;
    font-size: 28px;
    text-shadow: 0 0 10px black;
}


.wrapper{
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    color: white;
    font-size: 25px;
    text-shadow: 0 0 10px black;
}


.control{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.btn{
    font-size: 25px;
}