html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

img {
  display: block;
  margin: 0 auto;
}

.has-text-centered {
  text-align: center;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.5rem;
}

.end {
  margin-bottom: 45rem;
}

.columns {
  background-color: rgba(255, 255, 255, 0.50);
  bottom: 0;
  left: 0.75rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 7rem;
  opacity: 0;
  position: fixed;
  transition: 3s opacity;
  width: 100%;
  visibility: hidden;
}

.columns.is-active {
  opacity: 1;
  visibility: visible;
}

.columns:last-child {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 769px) {
  .columns {
    align-items: center;
    display: flex;
  }

  .align-left {
    margin-left: 0;
  }

  .align-right {
    margin-right: 0;
  }

  .button {
    font-size: 2rem;
    padding: 1rem 3rem;
  }
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 35rem;
  width: 100%;
}

.section {
  padding: 0 1.5rem 3rem;
  position: relative;
}

.person {
  height: calc(100vh - 25rem);
  text-align: center;
}

.balls {
  overflow: hidden;
}

.button {
  -webkit-appearance: none;
  align-items: center;
  background-color: #fff;
  border-color: #4a4849;
  border-width: 5px;
  border-style: solid;
  box-shadow: none;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  vertical-align: top;
  white-space: nowrap;
}