header {
    width: 100%;
    height: 125px;
    background-color: rgb(10, 10, 10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left img {
    margin: 10px;
    height: 72px;
}

.header-right {
    margin-right: 16px;
    display: flex;
    align-items: center;
    align-self: flex-end;
    gap: 36px;

    font-size: 22px;
    font-weight: 700;
}

.header-right p:hover {
    cursor: pointer;
    filter: drop-shadow(1px 1px 1px white);
}