
#query1{
  font-size: 1.3em;
    color: navy;
    font: bold;
}

#voice{
  width: 50%;
  margin-left: 25%;
  font-size: 1em;
  color: black;
}
#voice_title{
  font-size: 1.1em;
  color: navy;
}

img.ps {

/*
width: 65vw;
width: 100%;
*/
width: 725px;

max-width: 100%;
max-hight: 100%;
}

@media screen and (max-width : 414px){
  #voice{
    width: 90%;
    margin-left: 5%;
    font-size: 0.8em;
    color: black;
  }
}
