/*-------- Basic Styles --------*/
/* Opacity on hover for all links */
a:hover {
    opacity: 0.7;
}
/* Apply box-sizing: border-box to all elements */
*,
*::before,
*::after {
    box-sizing: border-box;
}


