* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* background: #e675d5;
background: linear-gradient(90deg, rgba(230, 117, 213, 1) 0%, rgba(100, 213, 217, 1) 50%, rgba(230, 117, 213, 1) 100%); */
/* background: #75e6d7;
background: linear-gradient(90deg, rgba(117, 230, 215, 1) 0%, rgba(242, 215, 10, 1) 50%, rgba(117, 230, 215, 1) 100%); */
/* background: #87CEEB;
background: linear-gradient(90deg, rgba(135, 206, 235, 1) 0%, rgba(242, 215, 10, 1) 50%, rgba(135, 206, 235, 1) 100%); */
}

body {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 1.25rem;
  color: #000;
}

h1 {
  text-align: center;
}

p {
  text-align: center;
}

a {
  text-decoration: none;
  background: none;
}

.responsive-img {
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
.responsive-img {
  width: 60%;
}
}