@charset "utf-8";
#message img {
  margin-bottom: 20px;
  width: 450px;
}

.name{
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #message img {
width: 100%;
}
}