* {
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body {
    background-color: aliceblue;
    width: 1920px;
    height: auto;
    font-family: 'Gabarito', sans-serif;
    align-items: center;
    justify-content: center;
}

nav {
    width: 75%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 400px;
}

nav a {
    font-size: 40px;
    padding: 20px;
}