.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
  }

.textlink {
display:flex;
align-self: center;
justify-content: center;
}

.responsive-img {
height: 40%;
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;

}

/* .image {
    display: flex;
    align-self: center;
    justify-content: center;
    height: 60%;
    width: 60%;
}
