.vto-container {
    text-align: center;
    margin: 20px 0;
}

#start-vto-btn {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#start-vto-btn:hover {
    background-color: #005177;
}

#JeeWidgetCanvas {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
