/* only affects bullet points in navagation */
ul, .dropdown {
    margin: 0;
    padding: 0;
    list-style: none;

    /* change iten from horizontal to vertican */
    display: flex;

    /* background: #6bc4ff; */
}

ul li {
    width: 100%;
    position: relative
}

li a {
    text-decoration: none;
    padding: 10px;
    display: block;
}
