#redtext{
    color: red;
    font-size: larger;
}
#feedback{
    font-weight: bold;
    font-size: large;
    text-shadow: 0 0 2px gray;
}
.elContainer{
    text-align: center;
    background-color: rgb(255, 227, 254);
    width: 80%;
    margin: auto;
}
.speaking_btn{
    background-color: rgb(8, 139, 8);
    font: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    height: auto;
    width: auto;
    color: white;
    padding: 10px;
    margin: 5px;
}
.speaking_btn:hover{
    background-color: gray;
}
#timer{
    margin: auto;
    border: outset 4px grey;
    background-color: black;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    width: 200px;
    padding: 10px;
    vertical-align: middle;
}
.graphity{
    width:100%; 
    max-width:700px; 
    margin:auto;
}