*,
*::after,
*::before {
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
}

nav {
    display: flex;
    flex-direction: column;
}

nav a{
    text-decoration: none;
    color: #000;
}