body {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.recording{
   padding: 10px 10px 20px 10px;
   border-radius: 5px;
}

.recording:hover {
    background-color: #d32f2f;
    cursor: pointer;
    text-align: left;
}

#asr-text {
    text-align: left;
    padding: 0 20px;
}

.button-container {
    margin: 10px 20px;
}

button {
    padding: 10px 10px;
    margin: 0 10px;
    font-size: 12px;
    height: 40px;
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
}

button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

#status {
    margin-top: 0px;
    font-size: 18px;
    height: 20px;
    color: #333;
}

.visualizer-container {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

#frequencyCanvas {
    width: 250px;
    height: 100px;
    background-color: #000;
    border-radius: 5px;
}

.header-container {
    height: 200px;
    justify-content: center;
}

.footer-container {
    margin-top: 20px;
    height: 60px;
}

.asr-container{
    margin-top: 190px;
    width: 100%;
    height: 45vh;
    max-height: 55vh;
    overflow: auto;
    justify-content: left;
}
