*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section {
    border: solid white;
    display: flex;
    justify-content: end;
    gap: 20px;
    font-size: 2rem;
    font-weight: 900;
    border-radius: 10px;
    position: sticky;
    top: 0px;
}

section nav a,
section div a{
    text-decoration: none;
    color: black;
}

section nav,
section div{
    margin-right: 5%;
    border: solid;
    border-radius: 10px;
}