.intro {
  background-color: #f1f1f1;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
}

.intro a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  width: 50vw;
}
.intro a img {
  width: 100%;

  margin: 0 10px;
  border-radius: 16px;
  transition: all 0.3s;
}
