
.bigRed{
    background-color: rgb(43, 163, 97);
    color: white;
    width: 3cm;
    height: 15mm;
    border-radius: 1mm;
    border-color: rgb(112, 206, 154);
    font-size: x-large;
}

.centered{
    text-align: center;
    margin: 10%;
}

body {
    background: rgba(255,255,255,1);

    
    }

  
canvas { border: 0px none rgb(255, 255, 255); }

.no-border {
    border: 0px none rgb(255, 255, 255) !important;
    }