img {
  width: 100%;
}

h1 {
  font-size: 5em;
  color: #fff;
  text-align: center;
  border-bottom: thin solid gray;
  padding-bottom: 0.4em;
  font-family: cursive;
  text-shadow: 4px 4px 5px gray;
  margin-top: .2em;
}

p {
  text-align: center;
  font-family: cursive;
  font-size: 1.5rem;
}
.myName {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: bolder;
  letter-spacing: 0.3em;
  text-align: center;
  text-shadow: 6px 6px 6px #001b0b7a;
}
