/*footer*/
footer {
  text-align: center;
  padding: 3px;
  background-color: #FFC107;
  color: rgb(81, 80, 80);
}

/*poster*/
.sms {
  height: 400px;
  width: 250px;
  border-radius: 10px;
  transition: transform .2s;
  /* Animation */
}

.sms:hover {
  transform: scale(1.1);
}