body {
    text-align: center;
}

/* h3{
    display:none;
    color: #0000ff;
    font-family: Candal;
    font-size: 50px;
    margin-top: -5vh;
    font-weight: bold;
  } */

p {
    font-size: 25px;
    color: #0000ff;
    font-family: Candal, sans-serif;
    ;
    font-weight: bold;
    padding: 0;
}

/* .modal_bg {
    visibility: hidden;
    position: relative;
    width: 400px;
    top: 50%;
    left: 50%;
    background: #ffffff;
    transform: translate(-50%, -70%);
}

.modal-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
    border-bottom: 1px solid gray;
}

.modal-button {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    width: 60px;
    height: 30px;
} */

/* for small devices */

@media screen and (max-width: 767px) {

    canvas {
        max-width: 360px;
        min-height: 450px;

    }

}