Quick Breakfast Bites

<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
      <style>
         /* Add hover styles */
         button:hover {
            background-color: #00BFF0;
         }
         button {
            background-color: #0E48B9;
            /* Remove the border */
            border: none; 
            /* Center the text */
            display: flex;
            align-items: center;
            justify-content: center;

         }
      </style>
   </head>
   <body>
      <form action="https://servicechannel.atlassian.net/wiki/spaces/SCUCP/pages/2990243979/Quick+Breakfast+Bites" method="get" target="_blank">
         <button type="submit"
         style="
         font-family: 'Myriad Pro'; 
         color:#FFFFFF;
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         line-height: 22px; 
         width: 152 px;
         height: 41px; 
         /* Remove box-shadow */
         cursor: pointer;
         border-radius:15px;
         /* Add hover style */
         "
         >Start Learning</button>
      </form>
   </body>
</html>



Lunchtime Buffet

<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
      <style>
         /* Add hover styles */
         button:hover {
            background-color: #00BFF0;
         }
         button {
            background-color: #0E48B9;
            /* Remove the border */
            border: none; 
            /* Center the text */
            display: flex;
            align-items: center;
            justify-content: center;

         }
      </style>
   </head>
   <body>
      <form action="https://servicechannel.atlassian.net/wiki/spaces/SCUCP/pages/2990407681/Lunchtime+Buffet" method="get" target="_blank">
         <button type="submit"
         style="
         font-family: 'Myriad Pro'; 
         color:#FFFFFF;
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         line-height: 22px; 
         width: 152 px;
         height: 41px; 
         /* Remove box-shadow */
         cursor: pointer;
         border-radius:15px;
         /* Add hover style */
         "
         >Start Learning</button>
      </form>
   </body>
</html>



Dinner Deep Dive

<!DOCTYPE html>
<html>
   <head>
      <title>Title of the document</title>
      <style>
         /* Add hover styles */
         button:hover {
            background-color: #00BFF0;
         }
         button {
            background-color: #0E48B9;
            /* Remove the border */
            border: none; 
            /* Center the text */
            display: flex;
            align-items: center;
            justify-content: center;

         }
      </style>
   </head>
   <body>
      <form action="https://servicechannel.atlassian.net/wiki/spaces/SCUCP/pages/2428469500/Dinner+Deep+Dive" method="get" target="_blank">
         <button type="submit"
         style="
         font-family: 'Myriad Pro'; 
         color:#FFFFFF;
         font-style: normal;
         font-weight: 600;
         font-size: 18px;
         line-height: 22px; 
         width: 152 px;
         height: 41px; 
         /* Remove box-shadow */
         cursor: pointer;
         border-radius:15px;
         /* Add hover style */
         "
         >Start Learning</button>
      </form>
   </body>
</html>