header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 2rem;
}

.logo a{
    font-family: Fira Code;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--green);
    cursor: pointer;
}

ul{
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 4rem;
    font-weight: 500;
    font-size: 1.1rem;
}

a:hover{
    color: var(--green);
}