header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px;
    padding: 0px 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
    ;
}


a {
    text-decoration: none;
    color: black;
}

.buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.login {
    display: flex;
    align-items: center;
    font-size: 22px;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
}

.login img {
    width: 45px;
    margin-left: 10px;
    margin-bottom: 3px;
}

.account {
    display: flex;
    align-items: center;
    font-size: 22px;
    border-radius: 35px;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
    background-color: #A8879D;
    color: white;
}

.account img {
    width: 45px;
    margin-left: 10px;
    margin-bottom: 3px;
}