@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --fonte-rubik: font-family: "Rubik", sans-serif;
}


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: "Rubik", sans-serif;
    font-size: 14px; 
}


.logo{
    height: 30%;
}

.list-header{
    margin-top: 25px;
    font-size: 18px;
}

.arrow-right{
    margin-left: 5px;
}

.img-bg {
    position: absolute;
    top: -20px;
    left: 80px;
    height: 70%;
    z-index: -1;
}
