/*
 Theme Name:   Buildnox Child
 Template:     buildnox
*/

.box{
       border-radius: 20px;
         background-color:#F8F8FA;
         padding: 30px;
   }
   
   
    .button {
/*   background-color: #FD4A36; */
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius:5px;
}