        #topping {
            position: sticky;
        }

        #imgey {
            width: 100%;
            height: auto;
            background-color: red;
            text-align: center;
            color: white;
            font-size: larger;
        }

        #navig {
            background-color: black;
            border: 1px red dashed;
            height: 20%;
            width: 60%;
            color: red;
            margin: 0 auto;
        }

        #buttons {
            padding: 5px; 
            text-align: center;
        }

        #buttons a:link {
            color: red;
            text-decoration: none;
            cursor: pointer;
        }

        #buttons a:visited {
            color: white;
        }
