@media (max-width: 768px) {
  #container {
    display: absolute;
    justify-content: center;
    align-items: center;
    width:100%;
  } 
  
   textarea {
    min-height: 15em;
    border-radius: .7em .7em 0 0;
	display: block;
	width:100%;
}
}


#container {
    display: absolute;
    justify-content: center;
    align-items: center;
    width:90%;
	
}  

textarea {
    min-height: 15em;
    border-radius: .7em .7em 0 0;
	display: block;
	width:90%;
}

#container p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    border-radius: 0 0 .7em .7em ;
    margin-top: -1px;
    min-width: 17.5em;
}

#container span {
    color: #E19F33;
    font-weight: bold;
	font-size:x-large;
    margin-top: 5px;
}