
  /* Custom styles for the box */
  .rounded-box {
            width: 80%;
	    border-radius: 15px;
            padding: 20px;
            background-color: #27AE60;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            margin: 20px auto; /* Center horizontally with a top margin */
  }
