body {
  font-family: "Sofia", sans-serif;
  /*background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);*/
  background: #ee9ca7; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ffdde1,
    #ee9ca7
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ffdde1,
    #ee9ca7
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: "Sofia", sans-serif;
}

h1 {
  font-size: 3.5em;
  margin-block-end: 0;
}

.profile-picture {
  width: 128px;
  border-radius: 100px;
}

.header {
  margin-top: 50px;
  text-align: center;
}

.content {
  margin-top: 50px;
  text-align: center;
}

.button {
  width: 100%;
  max-width: 800px;
  font-size: 1.5em;
  margin-bottom: 25px;
  padding: 0.6em 1em;
  background: none;
  color: white;
  border-color: white;
  border: 2px solid white;
  transition-duration: 0.4s;
  overflow: hidden;
}

.button:hover {
  background: #ffdde1;
}

.footer {
  margin-top: 25px;
  text-align: center;
}

@media only screen and (max-width: 464px) {
  h1 {
    font-size: 2.5em;
    margin-block-end: 0;
  }
  p {
    font-size: 0.9em;
  }
  .button {
    font-size: 1.2em;
  }
}
