Motivational quotes remind us that no dream is too big, and no goal is too distant.
Keep pushing forward, stay inspired, and believe in your infinite potential.
Let these quotes be the light guiding you towards your success!
.buttons {
display: flex;
justify-content: flex-end; /* Align buttons to the right */
gap: 10px;
}
.buttons a {
font-size: 14px; /* Smaller font size */
padding: 8px 16px; /* Adjust padding to make the button smaller */
width: auto; /* Auto width to adjust according to content */
height: auto; /* Auto height */
}