body {
    font-family: sans-serif;
}

button {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    cursor: pointer;
}

#transcript {
    font-size: 1rem;
    line-height: 1.6;
}

.header{
    padding:10px;
    background-color:#000000;
    color:#ffffff;
}

.response{
    padding:10px;
}

#toggleBtn{
    position:fixed;
    background-color: blue;
    color:#ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
    height:40px;
    width:40px;
    top:50%;
    font-size: 20px;
    right:10px;
}