* {
    scrollbar-width: thin;
    scrollbar-color: #005EFF white;
}

/* Barra de rolagem Edeg, Safira, GoogleChrome*/
*::-webkit-scrollbar {
    width: 0.3rem;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: #005EFF;
    border-radius: 1px;
    border: 3px solid #005EFF;
}

html,body{
    height: 100%;
    font-family: 'Inter', sans-serif;
    background: white;
    color: #F4F1F1;
    scroll-behavior: smooth;
}

.container{
    max-width: 1444px;
    margin: 0 auto;
}