
body {
	
}

.head-links-custom {
    display: flex;
    justify-content: flex-end;
}

.head-links-custom a {
    font-weight: 500;
    padding: 6px 9px 6px 9px;
    color: #fff;
    line-height: 1;
}

a.head-links-contact {
    background-color: #EBCA41;
}

a.head-links-contact:hover {
    background-color: #EBCA4180;
}

a.head-links-account {
    background-color: #2772ec;
}

a.head-links-account:hover { 
    background-color: #2772ec80;
}