.right {
  width: 220px;
  border-radius: 20px;
  border-style: dashed;
  padding: 16px;
  border-color: rgb(255, 252, 240);
  font-size: 18px;
  color: rgb(255, 252, 240);
  text-decoration: none;
  background-color: rgb(122, 163, 51);
}