html, body {
    height: 100%;
    margin: 0;
    background-color: #edf2f7;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

canvas {
    width: 100%;
    height: 130px;
    background: #f9f9f9;
    margin: 2rem auto;
    box-shadow: inset 0px 0px 25px -15px #000;
    border-radius: 5px;
    overflow: hidden;
}

.wrapper {
    text-align: center;
    padding: 2rem;
}
