* {
    padding: 0%;
    margin: 0%;
}
a {
    text-decoration: none;
    color: blue;
    font-size: 2.5em;
}
nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20vh;
    width: 100vw;
    gap: 10vw;
}