body {
  background-color: rgb(168, 168, 168);  
}
.container {
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(68, 53, 53, 0.2);
  background-color: rgb(208, 205, 205);
}
.container_right {
  position: absolute;
  margin-left: 740px;
  margin-top: -355px;
}
#head {
  margin-left: 350px;
  padding: 5px;
  font-size: 80px;
  color:darkblue;
  text-shadow: 4px 4px 10px #FF0000;
}

#msg td {
  text-align: left;
}

#cont {
  margin-top: 20px;
}

#cont > tbody > tr:nth-child(1) > td:nth-child(2) {
  vertical-align: bottom;
  text-align: left;
  font-size: 20px;
}
#cont > tbody > tr:nth-child(1) > td:nth-child(1),
#cont > tbody > tr:nth-child(7) > td:nth-child(1),
#cont > tbody > tr:nth-child(8) > td:nth-child(1),  
#cont > tbody > tr:nth-child(9) > td:nth-child(1) {
  text-align: center;
}

#cont > tbody > tr:nth-child(1) {
  height: 20px;
}
#cont > tbody > tr:nth-child(2),
#cont > tbody > tr:nth-child(3),
#cont > tbody > tr:nth-child(4),
#cont > tbody > tr:nth-child(5),
#cont > tbody > tr:nth-child(7),
#cont > tbody > tr:nth-child(8),
#cont > tbody > tr:nth-child(9) {
  height: 10px;
}

#cont > tbody > tr > td {
  text-align: left;
}

#cont, tr,td{
  /* border: 2px solid #111; */
  border-collapse: collapse;
  border:none;
}
#loc{
  font-size: 60px;
  color: orangered;
}

#msg > tbody > tr td {
  font-size: 15px;
}

#msg > tbody > tr {
  height: 40px;
}
#msg > tbody > tr:nth-child(4) > td {
  text-align: center;
}

#qname,
#qemail,
#qmsg,
#submit {
  font-size: 15px;
  border-radius: 5px;
}

#qname,
#qemail {
  width: 400px;
}

#qname {
  text-transform: uppercase;
}

#submit {
  cursor: pointer;
}
#submit:hover {
  background-color: darkgray;
  color: white;
}
#submit:active {
  box-shadow: 0 5px 10px grey;
}

#return-btn {
  border: none;
  background-color: transparent;
  margin-left: 0;
  cursor: pointer;
}

#return-btn i {
  font-size: 60px;
  cursor: pointer;
  color:darkorange;
}

#submit-i {
  display: none;
  font-size: 24px;
  margin-left: 20px;
}
