button {
     background-color: #007BFF;
     color: #fff;
     border: none;
     margin-top: 30px;
     border-radius: 5px;
     padding: 10px 20px;
     font-size: 18px;
     cursor: pointer;
     transition: background-color 0.15s, color 0.15s;
     margin-bottom: 30px;
 }
 
 button:hover {
     background-color: #0056b3;
 }

 button:active{
    background-color: #0b4380;
 }

 .name{
    margin-bottom: 600px;
    font-weight: bold;
    background-color: white;
    color: black;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    display: flexbox;
}   
.speak-button{
   margin: 0;
   margin-bottom: 20px;
   
}
.voice-selector{
   margin: 0;
   margin-bottom: 10px;
   margin-top: 20px;
   width: 90px;
}