h1 {
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em yellow, 0 0 0.2em black;
}
.main {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 15px;
  background-image: radial-gradient(circle, #E76F89, #EB825C, #dbd800);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 10px;
 	color: #000000;
  text-shadow: 1px 1px 2px red, 0 0 1em yellow;
}
img {
   max-width: 150px;
   min-width: 150px;
   max-height: 250px;
   min-height: 200px;
}
.image {
  flex-basis: 40%
}

.text {
  font-size: 20px;
  padding-left: 10px;
}
body {
  background-image: radial-gradient(circle, #002e96, #80198c, #A30065);
}
.button a{
  color: black;
  float: right;
}
footer {
  margin: 20px;
}