body {
  background-color: #6d695c;
  background-image:
  repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
  repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
  linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
  linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
  background-size: 70px 120px;

  color: white;
}

h1 {
}

.container {
  width: 300px;
  margin: 0 auto;
}
#olga {
  float: right;
  margin-bottom: 30px;
  margin-top: 20px;
  display: none;
}

@media (min-width: 500px) {
  .container {
    width: 900px;
  }

  #olga {
    display: inline;
  }
}




.meter {
  height: 20px;  /* Can be anything */
  position: relative;
  background: #555;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 1px;
  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
  box-sizing: content-box;
}


.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  box-shadow:
  inset 0 2px 9px  rgba(255,255,255,0.3),
  inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}

#step_2 {
  display: none;
}

.like {
  margin-top: 50px;
}


.facebook {
  background-image: none;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  color: white;
}

.twitter {
  background-image: none;
  background-color: #4099FF !important;
  border-color: #4099FF !important;
  color: white;
}

.again {
  background-color: #ecf0f1;
  border-color: #ecf0f1;
  color: #111;
}
