﻿@media (max-width: 768px) {
    .top {
        display: flex;
        flex-direction: column; /* Stacks buttons vertically by default (mobile) */
        gap: 10px; /* Adds space between stacked buttons */
        align-items: center; /* Centers buttons horizontally when stacked */
    }
}


