    h1, h2, h3, h4, h5{
    border-bottom: 3px solid #FF5733;
    }

    body{
      background: #f9f9f9;
    }
    
    .navbar{
      background: #FF5733;
    }

    .list-group-item{
      background: #FF5733;
      color : white;
    }
    .btn-primary
    {
      background: #FF5733;
      color : white;
    }

:focus {
  outline: 0
}

.fontgene {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center
}

.lefthand {
  float: left;
  margin-top: 0;
  width: 75%
}

.info-type i {
  float: none;
  background: #c70039;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}

.container input {
  width: 100%;
  min-height: 60px;
  padding: .5em 1em;
  background: #EBF1FA;
  border: none;
  border-radius: 6px;
  letter-spacing: .02em;
  line-height: 1.4;
  font-size: 20px;
  outline: none;
  text-align: center;
  border: solid 2px #c70039
}

.fonts-cool {
  margin-top: 0;
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.fonts-cool p {
  width: 100%;
  font-size: 25px;
  float: left;
  margin: 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 1px 1px 3px rgba(200, 200, 200, .7);
  -moz-box-shadow: inset 1px 1px 3px rgba(200, 200, 200, .7);
  box-shadow: inset 1px 1px 3px rgba(200, 200, 200, .7);
  border-radius: 0 0 10px 10px
}

.fonts-cool p:hover {
  border: 1px solid #c70039;
  color: #c70039
}

.fontgene p {
  font-size: 25px
}

.font-generator-guru {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px
}

.font-generator-guru span.name {
  float: none;
  background: #f1f1f1;
  color: #c70039;
  display: block;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px 10px 0 0
}

.font-generator-guru:hover span.name {
  background: #c70039;
  color: #fff
}

span.copied {
  color: #fff;
  font-size: 10px;
  position: absolute;
  padding: 5px 10px;
  border-radius: 3px;
  background: #0f8a04;
  top: -5px;
  right: 5px;
  text-shadow: none;
  z-index: 9999
}

.righthand {
  margin-left: 10px;
  width: 24%;
  float: left;
  margin-top: 20px
}

.types {
  float: left;
  width: 100%;
  margin: 10px 0
}

.types a {
  display: block;
  padding: 8px 10px;
  border-radius: 3px;
  font-size: 13px;
  color: #444;
  margin-top: 5px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px dashed #e2e2e2
}

.types a:hover {
  color: #c70039;
  border: 2px dashed #c70039
}

.share-side {
  float: left;
  width: 100%;
  margin: 10px 0;
  -webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .21);
  -moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .21);
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .21)
}

.share-side h2 {
  color: #4b4848
}

.weburl input {
  font-size: 15px;
  width: 100%;
  padding: 10px;
  display: block;
  float: left;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px
}

.web-content {
  text-align: left;
  max-width: 1065px;
  margin: 0 auto
}

.web-content p {
  margin: 5px 0 8px;
  font-size: 17px;
  color: #777;
  line-height: 1.5
}

table {
  text-align: left;
  width: 100%;
  color: #444
}

#load {
  font-size: 17px;
  padding: 12px 45px;
  margin: 10px 0 5px;
  cursor: pointer;
  background: #c70039;
  border: 2px solid #c70039;
  -webkit-transition: .3s;
  transition: .3s;
  float: left;
  width: 100%
}

#load:hover {
  color: #c70039;
  font-size: 25px
}

@media only screen and (max-width: 970px) {
  .lefthand {
    width: 100%
  }

  .font-generator-guru {
    margin-top: 10px
  }

  .font-generator-guru span.name {
    font-size: 11px
  }

  .fontgene p {
    font-size: 20px
  }

  .fonts-cool p {
    font-size: 20px;
    padding: 5px
  }

  .container input {
    width: 100%;
    min-height: 40px;
    line-height: .7;
    font-size: 15px
  }
}