/* Main Button --------------------------------------------- */
button{
  padding:10px 20px !important; background:#F2B705; font-size:0.7em !important; border: 0;
  border-radius:15px; font-weight: 900; transition:.3s; margin-top:12px; margin-bottom: 20px;
}
button:hover{ transform:scale(1.05); cursor:pointer; }

button.button-p{padding:5px 10px !important; background:#F2B705; color: #0d0d0d; font-weight: 600; border:0; border-radius:10px; transition:.3s; margin-top:10px; margin-left: 10px; justify-content: left; text-align: left;}

.bg-button-color {font-family: "philosopher", sans-serif;font-weight: 1000;font-style: normal;text-align: center; margin: 0 auto;text-align: center;text-decoration: none; padding: 20px 40px; color: #fff;height: 200px; justify-content: center; align-items: center; background-color: #407b75; border-radius: 10px;margin-bottom: 20px; margin-top: 20px;  transition: 0.3s;}
.bg-button-color:hover {color:  #0d0d0d;background-color: #F2B705 ; transform: scale(1.1);}
/* Main Button --------------------------------------------- */
