.header {
    justify-content: space-between;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 30px;
}

.header-title {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-left: 15px;
    margin-top: 17px;
}

.header-link-element-container {
    margin-top: 20px;
    margin-right: 45px;
    margin-left: 45px;
}

.header-link-element {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: black;
}




.header-link-element:hover {
    cursor: pointer;
    color: #1810A5;
}

.logo {
    width: 70px;
    height: 60px;
}

.header-share-image {
    margin-top: 17px;
    margin-right: 35px;
}

.connect-with-me-button {
    width: 215px;
    height: 47px;
    border-radius: 16px;
    padding: 10px 32px 14px 32px;
    border: 2px solid #1810A5;
    color: #1810A5;
    gap: 10px;
    margin-top: 5px;
}

.connect-with-me-button:hover {
    cursor: pointer;
    background-color: #1810A5;
    color: #EFEFF1;
}