@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,800");
@import url("https://fonts.googleapis.com/css?family=Bubblegum+Sans");
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #202432;
  color: white;
  font-family: "Open sans", "sans-serif";
  font-size: 16px;
  text-align: center; 
  padding: 10px;
  overflow-x: hidden; }
  body .question {
    max-width: 1000px;
    background: #FF0066;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 110px;
    padding: 100px 20px 20px;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      body .question {
        margin-top: 180px; } }
    body .question h1 {
      font-size: calc(34px + 14 * ( (100vw - 420px) / 780));
      font-weight: 700; }
      @media screen and (max-width: 420px) {
        body .question h1 {
          font-size: 34px; } }
      @media screen and (min-width: 1200px) {
        body .question h1 {
          font-size: 48px; } }
    body .question a {
      font-weight: 400;
      font-size: 22px;
      text-decoration: none;
      background-color: black;
      color: #fff;
      display: inline-block;
      border-radius: 60px;
      height: 60px;
      line-height: 60px;
      padding: 0 20px;
      margin: 20px auto 50px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-animation-direction: alternate;
      /* Chrome, Safari, Opera */
      animation-direction: alternate; }
      body .question a:hover {
        color: white;
        -webkit-transform: scale(1.07);
        transform: scale(1.07); }
    body .question::before {
      display: block;
      position: absolute;
      top: -100px;
      left: calc(50% - 100px);
      content: "";
      width: 200px;
      height: 200px;
      border-radius: 200px;
      background: url(../pie2.jpg) no-repeat scroll center center white;
      background-size: 150px; }
    body .question.yes::before {
      background-image: url(../nik.jpg);
      background-size: 200px;
      border: 5px solid white; }
    body .question.yes::after {
      display: block;
      position: absolute;
      top: -135px;
      left: calc(50% - 100px);
      content: "";
      width: 100px;
      height: 100px;
      border-radius: 100px;
      background: url(../holly.png) no-repeat scroll center center transparent;
      background-size: contain; }

#sharing {
  font-size: 20px;
  display: inline-block;
  padding: 20px;
  margin: 50px auto 0;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.75); }

#footer {
  position: relative;
  font-family: 'Bubblegum Sans', cursive;
  letter-spacing: 1px;
  margin-top: 150px;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  width: 100%; }
  #footer::before {
    display: block;
    position: absolute;
    top: -100px;
    left: calc(50% - 64px);
    content: "";
    width: 100px;
    height: 100px;
    background: url(../logo.svg) no-repeat scroll center center transparent;
    background-size: 100px; }
  #footer a,
  #footer a:hover {
    color: white; }

/*# sourceMappingURL=styles.css.map */
