*{
    font-family: 'Cairo';
}
.background{
    background-image: url('../img/background.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.anchorHover{
    color: #fff;
}
.anchorHover:hover{
    color: #3b3b3b;
}
.BloodColor{
    filter: invert(23%) sepia(42%) saturate(2885%) hue-rotate(321deg) brightness(91%) contrast(91%);
}
.imageSize{
    width: 144px;
    height: 64px !important;
}