.flex-header {
    display: flex;
    justify-content: space-around;
    align-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(122, 122, 122, 0.295);
}
.logo{
    width: 50px;
    height: 50px;
    background-color: black;
}
.flex-navigation{
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    gap: 25px;
}

.link{
    color: black;
}