﻿
/* GLOBAL STYLING */

/* BUTTONS */


* {
    margin: 0px;
    font-size: 10px; /* Sets base font size to 10px */
}

header {
    z-index: 999;
}

body {
    display: flex;
    flex-direction: column;
}

    main {
        margin-top: 65px;
        min-height: 70vh;
    }
