.parent {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
  position: absolute;
  top: 0px;
  left: 0px;
}

p {
  color: white;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}

.title {
  font-size: 34px;
}

.subtitle {
  font-size: 24px;
}

.text {
  font-size: 18px;
  color: white;
}

.button {
  background-color: #ff0000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 12px;
}

a {
  color: white;
  text-decoration: none;
}

.body {
  width: 300px;
}

.container {
  display: block;
  align-items: center;
}
