label{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-family: 'AmaticSC-Regular', cursive;
  margin-bottom: 20px;
  color: #767676;
  margin-bottom: 5%;
}

.menu{
  display: flex;
  flex-wrap: wrap;
}

.cln{
  width: 450px;
  margin: auto;
}

.btn {
  font-family: tahoma, cursive !important;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom:10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  padding: 40px 60px 40px 120px;
  width:100%;
}

.btn:before{
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 4.3;
  font-size: 140%;
  width: 95px;
  background: rgba(0,0,0,0.05);
  height:100%;
}

.btn-1{
  background: #fcad26;
}
.btn-1:hover {
  background: #f29e0d;
}
.btn-1:active {
  background: #f58500;
  top: 2px;
}

.btn-2{
  background: #AF61C7;
}
.btn-2:hover {
  background: #A345AE;
}
.btn-2:active {
  background: #943AA4;
  top: 2px;
}

.btn-3{
  background: #4BCD81;
}
.btn-3:hover {
  background: #34C16F;
}
.btn-3:active {
  background: #27ae60;
  top: 2px;
}

.btn-4{
  background: #42ACE1;
}
.btn-4:hover {
  background: #3498db;
}
.btn-4:active {
  background: #2980b9;
  top: 2px;
}