@charset "utf-8";
/* CSS Document */

.div-button{
	text-align: center;
}

button{
	  width: 90%;
	  background-color: #007BFF;  
      border: 1px solid #007BFF;  
      color: white;  
      padding: 10px 20px;  
      text-align: center;  
      text-decoration: none;  
      display: inline-block;  
      font-size: 16px;  
      margin: 4px 2px;  
      cursor: pointer;  
      border-radius: 5px;  
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}