.btn-body{
    width: 98%;
    max-width: 250px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .btn-section{
    width: 100%;
    margin: auto;
  }
  .btn-section{
    text-align: center;
  }
  .btn-section a{
    background-color: whitesmoke;
    color: black;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    margin: auto;
    padding: 6px 20px;
    box-shadow: 2px 2px 2px black;
    cursor: pointer;
    transition: 500ms;
  }

  .btn-section a:hover{
    padding: 10px 30px;
  }