 body{
	 background: #FFF;
 }
 #response
 {
 margin-top: 15.5rem;
 display: flex;
 justify-content: center;
 align-items: center;
}
#thanks
 {
 margin-top: 5.5rem;
 display: flex;
 justify-content: center;
 align-items: center;
 color: blue;
}