 body {
     background: linear-gradient(to right, #1f4037, #99f2c8);
 }
 .btn-custom {
     background-color: #00c9a7;
     margin-bottom: 10px;
 }
 .btn-custom:hover {
     background-color: #009e84;
 }
 summary {
     cursor: pointer;
 }