html {
    background: #FFF;
    -webkit-font-smoothing: antialiased;
}

.fa_customColor {
color: 
#00A9FF
}

.header img {
  float: left;
  width: 80px;
  height: 80px;
  background: #FFF;
}

.header a {
  float: left;
  width: 80px;
  height: 80px;
  background: #FFF;
}

.header h4 {
  position: relative;
  top: 10px;
  left: 140px;
    
  border-radius: 100px;
  background: #00A9FF;
  color: #FFF;
  padding: 15px; 
  width: 600px;
  font-weight: 600;
  font-size: 32px;
}

.downloadButton h4 {
    border-radius: 100px;
    background: #00A9FF;
    color: #FFF;
    padding: 15px 100px 15px 100px; 
    width: 500px;
    font-weight: 600;
    font-size: 32px;
}

.selector h4{
    border-radius: 100px;
    background: #00A9FF;
    color: #FFF;
    padding: 15px 100px 15px 100px; 
    width: 500px;
    font-weight: 600;
    font-size: 32px;
    }

body {
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    margin-top: 1.3em;
}

h3 {
    margin-top: 1.0em;
    line-height: 1.0;
}

a {
    color: #00A9FF;
}

b, strong {
    font-weight: 600;
}

p {
    font-size: 12px;
    font-weight: 400;
}

samp {
    display: none;
}

img {
    background: transparent;
    display: block;
}

h4 {
  border-radius: 25px;
  background: #00A9FF;
  color: #FFF;
  padding: 20px; 
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}