body {
  background: #4A90E2; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fcb045,
    #fd1d1d,
    #833ab4
  ); /* Chrome 10-25, Safari 5.1-6 */
  top: "100px";
  display: flex;
  justify-content: center;
}

.Container {
  background: linear-gradient(
    to right,
    #f9d423,
    #ff4e50
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  position: absolute;

  top: 60px;
  bottom: 60px;
  width: 1000px;
 height: 500px;
 
  text-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid black;
}

#txtInput {
  width: 800px;
  height: 300px;
  border-radius: 8px;
}

#texspeech {
  font-family:Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000; 
}

#voiceList{
  padding: 6px;
  border-radius: 8px;
}
.fa-solid, .fas{
  font-size: 30px;
  margin-top: 20px;
  cursor: pointer;
}

footer{
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow:black;
  
}
   
footer a {
  text-decoration: none;
  color: #fff;
}

#link{
  font-size: 16px;
}
.fa-volume-high:before, .fa-volume-up:before{
  color: antiquewhite;
}

.fa-volume-high:before:hover, .fa-volume-up:before:hover{
  color: orange;
}

@media only screen and (max-width: 600px) {
     
  body{
    margin: 10px;
  }

  .Container {
    background: linear-gradient(
      to right,
      #f9d423,
      #ff4e50
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  
    position: absolute;
  
    top: 60px;
    bottom: 60px;
    width: 390px;
   height: 500px;   
    text-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid black;
  }
  
  #txtInput {
    width: 380px;
    height: 300px;
    border-radius: 8px;
  }
  
  #texspeech {
    font-family:Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 30px;
    text-shadow: 1px 1px 1px #000; 
  }

 
}