@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

.header {
    width: 700px;
    text-align: center;
    margin: auto auto 10px;
    border-style: solid;
}

.row1 {
    background-color: rgba(0, 0, 0, 0.1); /* Adjust the alpha value (0.5 in this example) for the desired opacity */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px; /* Add some padding to give space around the text */
    border-style: solid;
    margin: auto auto 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*padding: 5px; !* Add some padding to give space around the text *!*/
    /*border-style: solid;*/
}

.deid-chart {
    margin: auto auto;
    width: 700px;
    height: 500px;
    /*border-style: solid;*/
    /*border-width: 1px;*/
}

.toggle {
    width: 40%;
    text-align: center;
}

.video {
    border-style: solid;
    border-width: 1px;
    margin: auto;
}
.cursor-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    fill: black;
}
.cursor-background {
    background-color: rgba(0, 0, 0, 0.1); /* Adjust the alpha value (0.5 in this example) for the desired opacity */
    padding: 2px; /* Add some padding to give space around the text */
}