@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* start setting up */
html, body {
    overflow-x: hidden;
    height:auto!important;
}

*
{
    box-sizing: border-box;
    font-family: cairo;
}

.hr
{
    color: #013a55;
    opacity: 1;
    height: 2px !important;
}
