body {
    margin: 0;
    overflow: hidden;
    font-family: sans-serif;
}

#container {
    width: 100vw;
    height: 100vh;
}

#trigger {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#audioToggle {
    position: absolute;
    top: 20px;
    left: 150px; /* Position next to the simulate button */
    padding: 10px 20px;
    background-color: #008CBA; /* Blue color */
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
