.allcanvas{
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonsDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
button{
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 0px;
    outline: none;
    border-style: none;
    border-radius: 5px;
    color: white;
    width: 100px;
    height: 100px;
    background-color: rgb(101, 101, 245)
}

#mytitle{
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    color: rgb(101, 101, 245);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
a{
    justify-content: center;
    align-items: center;
    text-decoration: none;
}